CVE-2026-67320

Source
https://cve.org/CVERecord?id=CVE-2026-67320
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-67320.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-67320
Aliases
Downstream
Published
2026-08-01T12:22:17.547Z
Modified
2026-08-02T03:47:49.036487038Z
Severity
  • 8.3 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
axios before 0.33.0 Prototype Pollution via Node HTTP adapter
Details

axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).

Database specific
{
    "cwe_ids": [
        "CWE-200"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/67xxx/CVE-2026-67320.json",
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/axios/axios

Affected ranges

Type
GIT
Repo
https://github.com/axios/axios
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0.31.1"
        },
        {
            "fixed": "0.33.0"
        },
        {
            "introduced": "1.15.2"
        },
        {
            "fixed": "1.18.0"
        }
    ]
}

Affected versions

v0.*
v0.31.1
v0.32.0
v1.*
v1.15.2
v1.16.0
v1.16.1
v1.17.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-67320.json"