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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/42xxx/CVE-2026-42039.json",
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-674"
]
}{
"cpe": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "0.31.1"
},
{
"introduced": "1.0.0"
},
{
"fixed": "1.15.1"
}
],
"source": "CPE_RANGE"
}