5 matches found
CVE-2026-67313
creationtimestamp| type| source ---|---|--- 2026-08-14 14:00:04+00:00| seen| https://t.me/bdufstecru/3385 2026-08-15 00:00:47+00:00| published-proof-of-concept| https://t.me/bdufstecru/3385...
Node.js Module axios 0.28.0 < 0.33.0 / 1.x < 1.18.0 DoS
The version of the axios Node.js module installed on the remote host is 0.28.0 prior to 0.33.0 or 1.x prior to 1.18.0. It is, therefore, affected by multiple vulnerabilities: - Uncontrolled recursion in formDataToJSON when an application passes attacker-controlled FormData field names with...
CVE-2026-67313
A flaw was found in axios. A remote attacker could exploit an uncontrolled recursion vulnerability in the formDataToJSON function by supplying FormData with field names containing deeply nested bracket segments. This could exhaust the JavaScript call stack, leading to a RangeError and causing a...
CVE-2026-67313
Summary : Axios versions 0.28.0 and later are affected by uncontrolled recursion in formDataToJSON when handling FormData field names with deeply nested bracket segments. Root cause : forms with thousands of nested brackets trigger excessive recursion in formDataToJSON, leading to a RangeError an...
CVE-2026-67313
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...