SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-48795

HIGH · CVSS 8.6 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

AdonisJS versions 10.1.3 to 10.1.5 and 11.0.3 are vulnerable to prototype pollution through nested multipart field payloads, allowing attackers to manipulate Object.prototype via lodash's _.set() function. This vulnerability can lead to significant security risks, including the potential for arbitrary code execution or denial of service. Organizations using affected versions of AdonisJS should prioritize upgrading to versions 10.1.5 or 11.0.4 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48795
Severity
HIGH
CVSS
8.6
EPSS
0.30%

Original NVD Description

AdonisJS is a TypeScript-first web framework. From 10.1.3 until 10.1.5 and 11.0.3, AdonisJS @adonisjs/bodyparser incompletely fixed CVE-2026-25754 because nested multipart field payloads such as user.__proto__.polluted and constructor.prototype still caused lodash _.set() via @poppinss/utils to create plain intermediate objects and pollute Object.prototype. This issue is fixed in versions 10.1.5 and 11.0.3.