CVE Catalog

CVE-2026-67313

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

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

Summary

Axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. An attacker can supply FormData with thousands of nested brackets to exhaust the JavaScript call stack and trigger RangeError, causing request failure or process termination.

Risk Assessment

This vulnerability allows a DoS attack by sending a crafted request, potentially disrupting application availability or causing crashes.

Recommendation

Update axios to version 0.33.0 or later (for 0.x branch) or 1.18.0 (for 1.x branch), which includes the fix.

Other vulnerabilities in axios

See all
Original NVD description (English source)

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger RangeError, causing request failure or process termination in applications that do not handle the exception.

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