CVE-2026-42264
Published: 08 May 2026
Summary
CVE-2026-42264 is a high-severity Prototype Pollution (CWE-1321) vulnerability. Its CVSS base score is 7.4 (High).
Operationally, ranked at the 9.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
NVD Description
Axios is a promise based HTTP client for the browser and Node.js. From version 1.0.0 to before version 1.15.2, fFive config properties (auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser) in the HTTP adapter are read via direct property access without hasOwnProperty…
more
guards, making them exploitable as prototype pollution gadgets. When Object.prototype is polluted by another dependency in the same process, axios silently picks up these polluted values on every outbound HTTP request. This issue has been patched in version 1.15.2.
Deeper analysisAI
Automated synthesis unavailable for this CVE.
Details
- CWE(s)