7.5

CVE-2026-25762

AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
AdonisjsBodyparser SwPlatformnode.js Version < 10.1.3
AdonisjsBodyparser SwPlatformnode.js Version >= 10.1.4 < 11.0.0
AdonisjsBodyparser Version11.0.0 Updatenext1 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext2 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext3 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext4 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext5 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext6 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext7 SwPlatformnode.js
AdonisjsBodyparser Version11.0.0 Updatenext8 SwPlatformnode.js
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.02% 0.041
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-400 Uncontrolled Resource Consumption

The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.

CWE-770 Allocation of Resources Without Limits or Throttling

The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.