CVE-2026-67320: axios before 0.33.0 Prototype Pollution via Node HTTP adapter

Published Aug 1, 2026
·
Updated

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

Affected Software

4 affected components
npm/axios>=0.31.1<0.33.0
npm/axios>=1.15.2<1.18.0
Axios Axios Node.js>=0.31.1<0.33.0
Axios Axios Node.js>=1.15.2<1.18.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade axios to a version that resolves this vulnerability.

    Fixed in 0.33.0
  2. Upgrade

    Upgrade axios to a version that resolves this vulnerability.

    Fixed in 1.18.0
  3. Compensating control

    Ensure Object.prototype.proxy is not attacker-controlled (e.g., prevent prototype pollution from any untrusted input paths) so that axios requests cannot be routed through an attacker-controlled proxy via the prototype chain.

Event History

Aug 1, 2026
CVE Published
via MITRE·12:22 PM
Data Sourced
via MITRE·12:22 PM
DescriptionWeakness
Data Sourced
via NVD·01:17 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-67320?

The severity of CVE-2026-67320 is high, rated at 8.3 on the CVSS scale.

2

How do I fix CVE-2026-67320?

To fix CVE-2026-67320, upgrade axios to version 0.33.0 or later.

3

What type of vulnerability is CVE-2026-67320?

CVE-2026-67320 is a prototype pollution vulnerability affecting axios.

4

What is affected by CVE-2026-67320?

CVE-2026-67320 affects axios versions before 0.33.0 that utilize the Node HTTP adapter.

5

Can CVE-2026-67320 lead to information leaks?

Yes, CVE-2026-67320 can potentially lead to information leaks due to its nature of allowing routing through attacker-controlled proxies.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203