PT-2026-36988 · Npm · Axios
Bulmax9797-Sketch
·
Published
2026-05-05
·
Updated
2026-05-18
·
CVE-2026-42264
CVSS v3.1
9.1
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
Axios versions 1.0.0 through 1.15.1
Description
Axios is a promise-based HTTP client for the browser and Node.js. The HTTP adapter reads five configuration properties—
auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser—via direct property access without using hasOwnProperty guards. This allows these properties to act as prototype pollution gadgets. If Object.prototype is polluted by another dependency within the same process, Axios will silently use these polluted values for every outbound HTTP request. Prototype pollution is a vulnerability where an attacker can manipulate the prototype of a base object, leading to the injection of properties into all objects inheriting from that prototype.Recommendations
Update to version 1.15.2.
Exploit
Fix
Prototype Pollution
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Axios