Cyber Posture

CVE-2026-25762

High

Published: 06 February 2026

Published
06 February 2026
Modified
17 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0002 5.0th 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 5.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-400 CWE-770

Limiting concurrent sessions directly prevents uncontrolled resource consumption by capping the number of active sessions per user or account.

addresses: CWE-400 CWE-770

Contingency plan testing includes resource exhaustion scenarios to verify recovery, making it harder for attackers to sustain exploits that cause uncontrolled consumption.

addresses: CWE-400 CWE-770

Updated contingency plans include current procedures to detect, contain, and recover from resource exhaustion, limiting an attacker's ability to sustain impact from uncontrolled consumption.

addresses: CWE-400 CWE-770

Alternate site allows resumption of operations if resource exhaustion at the primary site is exploited to cause unavailability.

addresses: CWE-400 CWE-770

Alternate telecommunications services enable resumption of essential functions when primary services become unavailable due to uncontrolled resource consumption.

addresses: CWE-400 CWE-770

Planning and coordination of security activities (scans, tests, maintenance) directly imposes scheduling and throttling that prevents those activities from producing uncontrolled resource consumption.

addresses: CWE-400 CWE-770

Performance metrics and monitoring inherently track resource consumption patterns, making uncontrolled consumption easier to detect and mitigate.

addresses: CWE-400 CWE-770

Terminating idle connections bounds resource consumption that would otherwise allow uncontrolled accumulation of open sessions.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

adonisjs
bodyparser
11.0.0 · ≤ 10.1.3 · 10.1.4 — 11.0.0

CVEs Like This One

CVE-2026-25754Same product: Adonisjs Bodyparser
CVE-2026-41309Shared CWE-400, CWE-770
CVE-2026-34826Shared CWE-400, CWE-770
CVE-2026-41324Shared CWE-400, CWE-770
CVE-2026-25535Shared CWE-400, CWE-770
CVE-2026-25673Shared CWE-400, CWE-770
CVE-2026-33155Shared CWE-400, CWE-770
CVE-2025-29907Shared CWE-400, CWE-770
CVE-2026-22815Shared CWE-400, CWE-770
CVE-2026-25140Shared CWE-400, CWE-770

References