CyberRota Analysis
AI-GeneratedAdonisJS 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.
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.