CVE-2026-42039
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. This vulnerability is fixed in 1.15.1 and 0.31.1.
View on NVDAnalysis
Axios versions prior to 1.15.1 and 0.31.1 are vulnerable to a Denial of Service (DoS) via process crash. If your Node.js application passes untrusted nested objects to axios for form data conversion, an attacker can trigger a RangeError and crash your server; update to the latest version to apply the recursion depth limits.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HCWE-674EPSS
Affects
axios:axiosTechnical description
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. This vulnerability is fixed in 1.15.1 and 0.31.1.