Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @adonisjs/bodyparser
  4. ›
  5. CVE-2026-48795

CVE-2026-48795: @adonisjs/bodyparser has an incomplete fix for CVE-2026-25754

June 30, 2026

The fix for GHSA-f5x2-vj4h-vg4c / CVE-2026-25754 introduced in commit 40e1c71 is incomplete and can be bypassed through nested prototype pollution payloads.

The original patch replaced the internal FormFields storage object with Object.create(null), preventing direct payloads such as __proto__.polluted. However, payloads containing a non-dangerous segment before __proto__ or constructor.prototype, such as user.__proto__.polluted, still lead to Object.prototype pollution.

This issue is exploitable remotely through a single unauthenticated multipart/form-data request using the default configuration.

References

  • github.com/adonisjs/bodyparser/commit/40e1c71f958cffb74f6b91bed6630dca979062ed
  • github.com/adonisjs/bodyparser/releases/tag/v10.1.5
  • github.com/adonisjs/bodyparser/releases/tag/v11.0.3
  • github.com/adonisjs/core/security/advisories/GHSA-f5x2-vj4h-vg4c
  • github.com/adonisjs/core/security/advisories/GHSA-qcm7-3vpr-hj5h
  • github.com/advisories/GHSA-qcm7-3vpr-hj5h
  • nvd.nist.gov/vuln/detail/CVE-2026-48795

Code Behaviors & Features

Detect and mitigate CVE-2026-48795 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 10.1.3 before 10.1.5, all versions starting from 11.0.0-next.9 before 11.0.3

Fixed versions

  • 10.1.5
  • 11.0.3

Solution

Upgrade to versions 10.1.5, 11.0.3 or above.

Impact 8.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

Learn more about CVSS

Weakness

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Source file

npm/@adonisjs/bodyparser/CVE-2026-48795.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 03 Jul 2026 12:19:21 +0000.