Bug 2487940 (CVE-2026-44489) - CVE-2026-44489 axios: Axios: Information disclosure via Prototype Pollution
Summary: CVE-2026-44489 axios: Axios: Information disclosure via Prototype Pollution
Keywords:
Status: NEW
Alias: CVE-2026-44489
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2488107 2488110 2488113 2488116 2488117 2488119 2488123 2488124 2488109 2488111 2488115 2488120 2488122
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-11 17:01 UTC by OSIDB Bzimport
Modified: 2026-06-11 23:05 UTC (History)
120 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-11 17:01:29 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.