CVE-2026-44487: Axios: Proxy-Authorization Credential Leak to Origin Server Across HTTP-to-HTTPS Redirect in Axios Node.js HTTP Adapter
Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, Axios’s Node.js HTTP adapter may forward a Proxy-Authorization header to a redirected origin during specific proxy-to-direct redirect flows. This affects Node.js usage, where an initial HTTP request is sent through an authenticated HTTP proxy, redirects are followed, and the redirected URL is no longer proxied. Under affected redirect shapes, the final origin can receive the proxy credential that was intended only for the outbound proxy. This vulnerability is fixed in 0.32.0 and 1.16.0.
Security readout for executives and security teams
Plain-English summary
Axios, a popular JavaScript library used to make web requests, had a flaw in its Node.js code that could leak the password for a company's outbound proxy server to an unrelated external website during certain redirects. Anyone using older Axios versions with an authenticated proxy could unintentionally send those credentials to an outside party.
Executive priority
Priority: elevated but not emergency. Schedule library upgrades in the next patch cycle, rotate proxy credentials used with older Axios, and confirm no sensitive proxy passwords were exposed to external hosts.
Technical view
In Axios versions before 0.32.0 and 1.16.0, the Node.js HTTP adapter forwards the Proxy-Authorization header when a request routed through an authenticated HTTP proxy is redirected to a destination that is not proxied. The final origin server receives the proxy credential, exposing information that should have stayed on the outbound-proxy leg. Fixed in 0.32.0 and 1.16.0.
Likely exposure
Node.js services and tooling using Axios less than 0.32.0 or 1.x below 1.16.0, configured with an authenticated HTTP proxy and following redirects, especially where redirect targets may be attacker-influenced or point to third-party origins.
Exploitation context
Not listed on CISA KEV and no public exploitation is cited in the provided sources. CVSS 4.0 base 8.2 reflects network-attack surface with a passive-attacker/redirect precondition. Impact is confidentiality of proxy credentials only; no code execution or integrity impact is described.
Researcher notes
CWE-201 (Insertion of Sensitive Information Into Sent Data). Trigger requires an authenticated HTTP proxy plus a redirect to a non-proxied origin; scope is limited to leakage of Proxy-Authorization to the final origin. Numerous Red Hat errata indicate broad ecosystem exposure via bundled components. KEV status false as of source bundle.
Mitigation direction
Upgrade Axios to 0.32.0 or 1.16.0 (or later) across all Node.js services and build tooling.
Apply relevant Red Hat RHSA errata for platform packages that bundle Axios.
Rotate any proxy credentials that may have been sent through redirect-following Axios clients.
Restrict or disable automatic redirect following for requests carrying Proxy-Authorization until patched.
Use dedicated, least-privileged proxy accounts and monitor for unexpected credential use.
Validation and detection
Inventory Node.js apps and dependencies for axios versions using npm ls axios or SCA tooling.
Confirm patched versions (>=0.32.0 on 0.x, >=1.16.0 on 1.x) are deployed in production.
Review proxy configurations to identify services using Proxy-Authorization headers with Axios.
Check egress logs for outbound requests that redirected off-proxy while patches were pending.
Verify vendor advisories (GitHub GHSA-p92q-9vqr-4j8v, Red Hat RHSAs) match deployed package builds.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-201: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-201 · source CWE mapping
Insertion of Sensitive Information Into Sent Data
Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.