CVE-2026-4525: Vault Token Leaked to Backends via Authorization: Bearer Passthrough Header
If a Vault auth mount is configured to pass through the "Authorization" header, and the "Authorization" header is used to authenticate to Vault, Vault forwarded the Vault token to the auth plugin backend. Fixed in 2.0.0, 1.21.5, 1.20.10, and 1.19.16.
Security readout for executives and security teams
Plain-English summary
Vault could accidentally hand a user’s Vault token to an authentication plugin backend when a specific Authorization header passthrough configuration is used. That token may allow access matching the token’s privileges. The issue is high severity, but the public bundle does not cite active exploitation.
Executive priority
Treat this as a priority patch and configuration review for Vault environments, especially where custom or third-party auth plugins are used. Business risk depends on whether privileged Vault tokens reached backend systems outside their intended trust boundary.
Technical view
When an auth mount passes through the Authorization header and that same header authenticates to Vault, Vault forwarded the Vault bearer token to the auth plugin backend. This is CWE-201 information exposure with potential confidentiality, integrity, and availability impact. Fixed releases are 2.0.0, 1.21.5, 1.20.10, and 1.19.16.
Likely exposure
Exposure is limited to HashiCorp Vault or Vault Enterprise deployments using affected auth mount behavior: Authorization header passthrough plus Authorization-based Vault authentication. Environments without that configuration are less likely exposed based on the provided description.
Exploitation context
No active exploitation is cited in the source bundle, and KEV is false. The CVSS vector indicates network reachability, low privileges, no user interaction, and high complexity, so exploitation appears configuration-dependent rather than broadly automatic.
Researcher notes
The public data is specific about the vulnerable condition and fixed versions, but incomplete on exact affected version ranges. Avoid assuming all Vault deployments are exploitable; validate the auth mount passthrough behavior and Authorization-based authentication path.
Mitigation direction
Upgrade Vault to 2.0.0, 1.21.5, 1.20.10, or 1.19.16.
Review HashiCorp advisory guidance for supported upgrade paths.
Audit auth mounts for Authorization header passthrough configuration.
Assess whether any auth plugin backend received Vault tokens.
Follow vendor guidance for token response if exposure is suspected.
Validation and detection
Inventory Vault and Vault Enterprise versions across environments.
Identify auth mounts configured to pass through Authorization headers.
Confirm whether clients authenticate to Vault using Authorization bearer tokens.
Check whether affected auth plugin backends could log or retain headers.
Document systems not using the risky header passthrough pattern.
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.
2CVSS vectors
5Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.