CRITICALVulnerability
Verified
Global

NVD CRITICAL: CVE-2026-42264 — Axios is a promise based HTTP client for the browser and Node.js. From version 1...

·Source: NIST NVD

Updated:

Executive Summary

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 guards, making them exploitable as prototype pollution gadgets. When Object.prototype is polluted by another dependenc

Analysis

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 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. CVSS Score: 7.4. Published: 2026-05-08T04:16:20.313.

Indicators of Compromise (1)

CVE (1)
CVE-2026-42264
Source Attribution

Originally published by NIST NVD on May 8, 2026. Verified by: NIST.

Related Threats