CVE-2026-67320 PUBLISHED

axios before 0.33.0 Prototype Pollution via Node HTTP adapter

Assigner: VulnCheck
Reserved: 29.07.2026 Published: 01.08.2026 Updated: 01.08.2026

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).

Metrics

CVSS Vector: 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 Score: 8.3

Product Status

Vendor axios
Product axios
Versions Default: unaffected
  • affected from 0.31.1 to 0.33.0 (excl.)
  • Version 0.33.0 is unaffected
Vendor axios
Product axios
Versions Default: unaffected
  • affected from 1.15.2 to 1.18.0 (excl.)
  • Version 1.18.0 is unaffected

Credits

  • thesmartshadow reporter

References

Problem Types

  • Exposure of Sensitive Information to an Unauthorized Actor CWE