Vulnerability Description
Axios is a promise based HTTP client for the browser and Node.js. From 1.15.2 to before 1.16.0, nested objects created by utils.merge() (e.g., config.proxy) are still constructed as plain {} with Object.prototype in their chain. The setProxy() function at lib/adapters/http.js:209-223 reads proxy.username, proxy.password, and proxy.auth without hasOwnProperty checks. When Object.prototype.username is polluted, setProxy() constructs a Proxy-Authorization header with attacker-controlled credentials and injects it into every proxied HTTP request. This vulnerability is fixed in 1.16.0.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Axios | Axios | 1.15.2 |
Related Weaknesses (CWE)
References
- https://github.com/axios/axios/security/advisories/GHSA-654m-c8p4-x5fpExploitVendor Advisory
- https://github.com/axios/axios/security/advisories/GHSA-654m-c8p4-x5fpExploitVendor Advisory
FAQ
What is CVE-2026-44489?
CVE-2026-44489 is a vulnerability with a CVSS score of 3.7 (LOW). Axios is a promise based HTTP client for the browser and Node.js. From 1.15.2 to before 1.16.0, nested objects created by utils.merge() (e.g., config.proxy) are still constructed as plain {} with Obje...
How severe is CVE-2026-44489?
CVE-2026-44489 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44489?
Check the references section above for vendor advisories and patch information. Affected products include: Axios Axios.