Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-67320
Published:August 01, 2026
Updated:August 04, 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).
Affected Packages
axios (CDN_JS):
Affected version(s) >=1.15.2 <1.18.0
Fix Suggestion:
Update to version 1.18.0
axios (CDN_JS):
Affected version(s) >=0.31.1 <0.33.0
Fix Suggestion:
Update to version 0.33.0
https://github.com/axios/axios.git (GITHUB):
Affected version(s) >=v0.31.1 <v0.33.0
Fix Suggestion:
Update to version v0.33.0
https://github.com/axios/axios.git (GITHUB):
Affected version(s) >=v1.15.2 <v1.18.0
Fix Suggestion:
Update to version v1.18.0
axios (NPM):
Affected version(s) >=0.31.1 <0.33.0
Fix Suggestion:
Update to version 0.33.0
axios (NPM):
Affected version(s) >=1.15.2 <1.18.0
Fix Suggestion:
Update to version 1.18.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Exposure of Sensitive Information to an Unauthorized Actor
EPSS
Base Score:
0.30