SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67313

MEDIUM · CVSS 6.3 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

Versions 0.28.0 and later of axios are vulnerable to uncontrolled recursion in the formDataToJSON function, which can be exploited by attackers through FormData field names with deeply nested bracket segments. This can lead to exhaustion of the JavaScript call stack, resulting in request failures or process termination for applications that do not properly handle the resulting RangeError. Developers using axios in their Java applications should prioritize addressing this vulnerability to prevent potential denial-of-service conditions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67313
Severity
MEDIUM
CVSS
6.3
EPSS
0.34%
Java

Original NVD Description

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.