7.5
CVE-2026-25762
- EPSS 0.02%
- Veröffentlicht 06.02.2026 22:48:55
- Zuletzt bearbeitet 17.03.2026 20:43:40
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
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)
Adonisjs ≫ Bodyparser SwPlatformnode.js Version < 10.1.3
Adonisjs ≫ Bodyparser SwPlatformnode.js Version >= 10.1.4 < 11.0.0
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext1 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext2 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext3 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext4 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext5 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext6 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext7 SwPlatformnode.js
Adonisjs ≫ Bodyparser Version11.0.0 Updatenext8 SwPlatformnode.js
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.041 |
| 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.