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

Other sources

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

— MITRE

Affected Software

5 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
IBM Aspera Enterprise WebApps<=1.0.0 - 1.0.5

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

    In axios request interceptors (Node.js HTTP adapter), do not use interceptor merge patterns like `{...config}` or `Object.assign({}, config)`, which convert axios’ null-prototype merged request configuration back into a regular object and can reintroduce prototype-polluted fields like `config.proxy`.

    axios (Node.js HTTP adapter) request configuration object handling (proxy property via prototype) = Use an immutable interceptor pattern that preserves the null-prototype hardened config object (avoid {...config} and Object.assign({}, config) in interceptors)

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
Sep 8, 2026
Data Sourced
via IBM·12:00 AM
DescriptionAffected Software

Parent advisories

This vulnerability appears in the following advisories.

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