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.
Published: 2026-07-15
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AdonisJS is a TypeScript‑first web framework. In @adonisjs/bodyparser versions prior to 10.1.5 and 11.0.3, nested multipart fields such as user.__proto__.polluted or constructor.prototype are not fully escaped, enabling the @poppinss/utils dependency to use lodash _.set to create intermediate objects that overwrite properties on Object.prototype. This prototype pollution can be exploited by an attacker to alter globally shared properties, potentially compromising application integrity. The vulnerability is remedied in bodyparser releases 10.1.5 and 11.0.3.

Affected Systems

The weakness applies to the AdonisJS core framework, specifically the @adonisjs/bodyparser package shipped with AdonisJS v10.1.3 through v10.1.4 and earlier 11.0.x releases. The vulnerability is fixed in the released versions 10.1.5 and 11.0.3, so any deployment using a pre‑10.1.5 or pre‑11.0.3 build of @adonisjs/bodyparser remains vulnerable.

Risk and Exploitability

The CVSS score of 8.6 indicates high severity, while the EPSS score of <1% points to a low current exploitation probability. The issue is not cataloged in CISA’s KEV list. Attackers can trigger the flaw by sending crafted multipart HTTP requests. If an application accepts such data without mitigating the nesting of object keys, Object.prototype can be polluted, potentially impacting application integrity.

Generated by OpenCVE AI on July 31, 2026 at 02:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch by upgrading @adonisjs/bodyparser to version 10.1.5 or later, and ensure that the matching AdonisJS core releases are also upgraded.
  • Remove any legacy or duplicate copies of the patched package from the project's dependencies or lock files.
  • Validate and sanitize multipart form fields before processing, rejecting any fields that contain dots or that target prototype properties.

Generated by OpenCVE AI on July 31, 2026 at 02:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-qcm7-3vpr-hj5h @adonisjs/bodyparser has an incomplete fix for CVE-2026-25754
History

Thu, 16 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
First Time appeared Adonisjs
Adonisjs core
Vendors & Products Adonisjs
Adonisjs core

Wed, 15 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
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.
Title Incomplete fix for CVE-2026-25754 in @adonisjs/bodyparser
Weaknesses CWE-1321
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-16T18:49:54.392Z

Reserved: 2026-05-22T20:18:20.366Z

Link: CVE-2026-48795

cve-icon Vulnrichment

Updated: 2026-07-16T18:49:50.682Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:45:04Z

Weaknesses
  • CWE-1321

    Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')