๐Ÿ” CVE Alert

CVE-2026-67318

UNKNOWN 0.0

axios 1.13.0 before 1.18.0 maxBodyLength Bypass via HTTP/2

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2 request API does not honor the maxBodyLength option and axios's byte-counting stream wrapper is gated on maxRedirects === 0, an attacker who controls a stream passed to axios can cause the application to transmit outbound data exceeding the configured finite maxBodyLength. Impact is limited to resource consumption and policy bypass (excess egress, upstream quota consumption, limited availability); it does not enable code execution, credential disclosure, or request-destination control. Calls using the default maxBodyLength: -1 and browser adapters are not affected.

CWE CWE-400
Vendor axios
Product axios
Published Aug 1, 2026
Stay Ahead of the Next One

Get instant alerts for axios axios

Be the first to know when new unknown vulnerabilities affecting axios axios are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

axios / axios
1.13.0 < 1.18.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/axios/axios/security/advisories/GHSA-mwf2-3pr3-8698 vulncheck.com: https://www.vulncheck.com/advisories/axios-before-maxbodylength-bypass-via-http-2

Credits

๐Ÿ” asadeddin