{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0.28.0"
              },
              {
                "fixed": "0.33.0"
              },
              {
                "introduced": "1.0.0"
              },
              {
                "fixed": "1.18.0"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "3b7635aefc842c05da0ec8c90e8bd09cb54616b8"
            },
            {
              "fixed": "d998cc9a1aa5cc45fbdfbdded6e9ecf8beb61aed"
            },
            {
              "introduced": "484aa4fe6addccbd32206a31eb3d2d000843066e"
            },
            {
              "fixed": "2d06f96e8602c2db13b65a26340ee4a1bbc0b61f"
            }
          ],
          "repo": "https://github.com/axios/axios",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-pmv8-rq9r-6j72"
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-400"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/67xxx/CVE-2026-67312.json"
  },
  "details": "axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 contain uncontrolled recursion in formDataToJSON (exposed as axios.formToJSON() and used internally when serializing FormData with Content-Type: application/json). When an application passes attacker-controlled FormData field names, a field name with thousands of nested bracket-delimited segments causes unbounded recursion in buildPath(), exhausting the JavaScript call stack (RangeError: Maximum call stack size exceeded) and causing denial of service for that request, or process termination in applications without appropriate error handling.",
  "id": "CVE-2026-67312",
  "modified": "2026-08-04T03:32:46.158412002Z",
  "published": "2026-08-01T12:22:18.102Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/67xxx/CVE-2026-67312.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/axios/axios/security/advisories/GHSA-pmv8-rq9r-6j72"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67312"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/axios-before-denial-of-service-via-formtojson"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "axios 0.28.0 before 0.33.0 Denial of Service via formToJSON"
}