Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-67319
Published:August 01, 2026
Updated:August 03, 2026
axios before 0.33.0 (and 1.x before 1.18.0) can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has already been polluted by another component. While the top-level merged config uses a null prototype, nested plain objects such as auth and paramsSerializer are cloned into ordinary objects and read without own-property checks. When an application passes placeholder nested objects such as auth: {} or paramsSerializer: {}, inherited username/password values can cause silent injection of an Authorization: Basic header, and inherited encode/serialize values can alter query-string serialization (full serializer replacement requires a function-valued pollution primitive). This is exploitable only in the presence of pre-existing prototype pollution.
Affected Packages
axios (CDN_JS):
Affected version(s) >=1.0.0 <1.18.0
Fix Suggestion:
Update to version 1.18.0
axios (CDN_JS):
Affected version(s) >=0.8.0 <0.33.0
Fix Suggestion:
Update to version 0.33.0
https://github.com/axios/axios.git (GITHUB):
Affected version(s) >=v1.0.0 <v1.18.0
Fix Suggestion:
Update to version v1.18.0
https://github.com/axios/axios.git (GITHUB):
Affected version(s) >=v0.8.0 <v0.33.0
Fix Suggestion:
Update to version v0.33.0
axios (NPM):
Affected version(s) >=0.8.0 <0.33.0
Fix Suggestion:
Update to version 0.33.0
axios (NPM):
Affected version(s) >=1.0.0 <1.18.0
Fix Suggestion:
Update to version 1.18.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
4
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
EPSS
Base Score:
0.26