CVE-2026-25762
published 2026-02-06CVE-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…
PriorityP343high7.5CVSS 3.1
AVNACLPRNUINSUCNINAH
EPSS
0.49%
38.5th percentile
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.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| adonisjs | bodyparser | < 10.1.3 | 10.1.3 |
| adonisjs | bodyparser | — | — |
| adonisjs | bodyparser | >= 0 < 10.1.3 | 10.1.3 |
| adonisjs | bodyparser | >= 10.1.4 < 11.0.0 | 11.0.0 |
| adonisjs | bodyparser | >= 11.0.0-next.0 < 11.0.0-next.9 | 11.0.0-next.9 |
| adonisjs | core | < 10.1.3 | 10.1.3 |
| adonisjs | core | < 11.0.0-next.9 | 11.0.0-next.9 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
ghsa·2026-02-06
CVE-2026-25762 [HIGH] CWE-400 AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
### Summary
A Denial of Service (DoS) vulnerability (CWE-400) 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 affects applications that accept `multipart/form-data` uploads using affected versions of `@adonisjs/bodyparser`.
### Details
AdonisJS parses `multipart/form-data` requests using the BodyParser package. During file uploads, the multipart parser attempts to detect the uploaded file type by accumulating incom
OSV
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
osv·2026-02-06
CVE-2026-25762 [HIGH] AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
AdonisJS vulnerable to Denial of Service (DoS) via Unrestricted Memory Buffering in PartHandler during File Type Detection
### Summary
A Denial of Service (DoS) vulnerability (CWE-400) 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 affects applications that accept `multipart/form-data` uploads using affected versions of `@adonisjs/bodyparser`.
### Details
AdonisJS parses `multipart/form-data` requests using the BodyParser package. During file uploads, the multipart parser attempts to detect the uploaded file type by accumulating incom
No detection rules found.
No public exploits indexed.
2026-02-06
Published