CVE Catalog

CVE-2026-44488

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.67%

49th percentile - higher than 49% of all known CVEs

Summary

Axios versions 1.7.0 through 1.15.x do not enforce configured request and response size limits when using the fetch adapter. This can lead to server resource exhaustion.

Risk Assessment

An attacker can cause memory or CPU exhaustion on the server by sending a large request or response, leading to denial of service.

Recommendation

Upgrade Axios to version 0.32.0 or 1.16.0.

Other vulnerabilities in Axios

See all
Original NVD description (English source)

Axios is a promise based HTTP client for the browser and Node.js. Axios versions 1.7.0 through 1.15.x did not enforce configured request and response size limits when requests were sent with the fetch adapter. Applications that selected adapter: 'fetch', or ran in environments where axios resolved to the fetch adapter, could receive or send bodies larger than maxContentLength or maxBodyLength despite those limits being explicitly configured. This can cause resource exhaustion in server-side usage when a malicious or compromised server returns an oversized response, when an attacker can supply a large data: URL, or when an application forwards attacker-controlled request bodies through axios while relying on maxBodyLength as a boundary. This vulnerability is fixed in 0.32.0 and 1.16.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS