Cyber Resilience

CVE-2026-25762

HighDDoS

Published: 06 February 2026

Published
06 February 2026
Modified
17 March 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0004 11.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25762 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Adonisjs Bodyparser. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 11.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2026-25762 is a denial-of-service (DoS) vulnerability in the multipart file handling logic of the @adonisjs/bodyparser package, a component of the AdonisJS TypeScript-first web framework. Affecting versions prior to 10.1.3 and 11.0.0-next.9, the issue arises when the multipart parser accumulates an unbounded amount of data in memory during file type detection on uploads. This leads to excessive memory consumption and potential process termination. The vulnerability is rated 7.5 on the CVSS 3.1 scale (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and maps to CWE-400 (Uncontrolled Resource Consumption) and CWE-770 (Allocation of Resources Without Limits or Throttling).

Remote attackers can exploit this vulnerability without authentication or user interaction by sending specially crafted multipart file upload requests over the network. The low attack complexity allows unauthenticated parties to trigger memory exhaustion, causing the affected AdonisJS application to crash and deny service to legitimate users.

The vulnerability has been addressed in @adonisjs/bodyparser versions 10.1.3 and 11.0.0-next.9, as detailed in the package release notes and the AdonisJS core security advisory (GHSA-xx9g-fh25-4q64). Security practitioners should upgrade to these patched versions to mitigate the issue.

EU & UK References

Vulnerability details

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The CVE describes a remotely exploitable vulnerability in a public-facing web framework component that allows crafted requests to trigger uncontrolled memory consumption, directly enabling adversaries to crash the application and deny service via software vulnerability exploitation.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-25754Same product: Adonisjs Bodyparser
CVE-2026-25673Shared CWE-400, CWE-770
CVE-2026-40192Shared CWE-400, CWE-770
CVE-2026-34826Shared CWE-400, CWE-770
CVE-2026-42583Shared CWE-400, CWE-770
CVE-2026-25535Shared CWE-400, CWE-770
CVE-2026-41309Shared CWE-400, CWE-770
CVE-2025-70069Shared CWE-400, CWE-770
CVE-2025-68272Shared CWE-400, CWE-770
CVE-2026-22815Shared CWE-400, CWE-770

Affected Assets

adonisjs
bodyparser
11.0.0 · ≤ 10.1.3 · 10.1.4 — 11.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2026-25762 by requiring timely remediation through patching the vulnerable @adonisjs/bodyparser versions.

prevent

Implements denial-of-service protections such as upload size limits and rate limiting to block unbounded memory accumulation from crafted multipart requests.

prevent

Enforces resource allocation controls to prevent excessive memory consumption during multipart file type detection and processing.

References