CVE-2026-48795 PUBLISHED

Incomplete fix for CVE-2026-25754 in @adonisjs/bodyparser

Assigner: GitHub_M
Reserved: 22.05.2026 Published: 15.07.2026 Updated: 15.07.2026

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.

Metrics

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

Product Status

Vendor adonisjs
Product core
Versions
  • Version >= 10.1.3, < 10.1.5 is affected
  • Version >= 11.0.0-next.9, < 11.0.3 is affected

References

Problem Types

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