CVE-2026-67313

Summary

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.

Affected Software

VendorProductVersion RangeStatus
axiosaxios0.28.0 < 1.18.0affected
axiosaxios1.18.0unaffected

Weaknesses

  • CWE-400: Uncontrolled Resource Consumption

References