๐Ÿ” CVE Alert

CVE-2026-67312

UNKNOWN 0.0

axios 0.28.0 before 0.33.0 Denial of Service via formToJSON

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 contain uncontrolled recursion in formDataToJSON (exposed as axios.formToJSON() and used internally when serializing FormData with Content-Type: application/json). When an application passes attacker-controlled FormData field names, a field name with thousands of nested bracket-delimited segments causes unbounded recursion in buildPath(), exhausting the JavaScript call stack (RangeError: Maximum call stack size exceeded) and causing denial of service for that request, or process termination in applications without appropriate error handling.

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
0.28.0 < 0.33.0
axios / axios
1.0.0 < 1.18.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/axios/axios/security/advisories/GHSA-pmv8-rq9r-6j72 vulncheck.com: https://www.vulncheck.com/advisories/axios-before-denial-of-service-via-formtojson

Credits

๐Ÿ” sam-caldwell