PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-67312 axios CVE debrief

Axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 are vulnerable to uncontrolled recursion in formDataToJSON. This could lead to denial-of-service attacks when an application passes attacker-controlled FormData field names. The vulnerability can cause a RangeError: Maximum call stack size exceeded, leading to process termination in applications without appropriate error handling. Affected product deployments should be identified and prioritized for patching. Review official advisory and CVE record for affected scope, severity, and vendor guidance. Implement error handling for axios formDataToJSON to prevent process termination.

Vendor
axios
Product
Unknown
CVSS
MEDIUM 6.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-01
Original CVE updated
2026-09-01
Advisory published
2026-08-01
Advisory updated
2026-09-01

Who should care

Developers and administrators using axios in their applications should be aware of this vulnerability and take steps to mitigate it. Affected operators should prioritize patching to prevent potential denial-of-service attacks. Vulnerability management and security teams should review the official advisory and CVE record to validate affected systems and implement necessary mitigations. Platform administrators should validate and sanitize FormData field names to prevent exploitation. Security teams should implement error handling for axios formDataToJSON to prevent process termination.

Technical summary

Axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 are vulnerable to uncontrolled recursion in formDataToJSON. This could lead to denial-of-service attacks when an application passes attacker-controlled FormData field names. The vulnerability can cause a RangeError: Maximum call stack size exceeded, leading to process termination in applications without appropriate error handling.

Defensive priority

Axios users should prioritize patching to prevent potential denial-of-service attacks.

Recommended defensive actions

  • Update axios to version 0.33.0 or later
  • Update axios to version 1.18.0 or later
  • Validate and sanitize FormData field names
  • Implement error handling for axios formDataToJSON
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE description indicates that axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 contain uncontrolled recursion in formDataToJSON. This could lead to denial-of-service attacks when an application passes attacker-controlled FormData field names. Evidence limits suggest that further verification is needed to confirm affected scope and severity. Defenders should review the official advisory and CVE record to validate affected systems and implement necessary mitigations.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-67312 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-67312

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-67312 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67312

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.