CVE-2026-4525
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIf 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceWhen a Vault auth mount is configured to pass through the 'Authorization' header and that header is used for authentication, Vault incorrectly forwards the obtained Vault token to the auth plugin backend. This causes token leakage to external auth plugins, potentially allowing plugin operators to hijack the token and access Vault resources.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 0.11.2, < 1.19.16>= 0.11.2, < 2.0.0>= 1.20.0, < 1.20.10>= 1.21.0, < 1.21.5CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed Vault versionRun `vault version` or check the Vault binary versionAffected if The installed version falls within the affected ranges: < 1.19.16, < 2.0.0, 1.20.0-1.20.10, or 1.21.0-1.21.5
-
List all authentication mountsRun `vault auth list -detailed` or query the `sys/auth` endpoint via APIAffected if Any authentication mount exists on the Vault instance
-
Inspect auth mount header pass-through configurationFor each auth mount, query `sys/auth/<mount-point>/config` or run `vault read sys/auth/<mount-point>/config` and check for `passthrough_request_headers` or `allowed_request_headers` optionsAffected if An auth mount has `passthrough_request_headers` or `allowed_request_headers` configured to include the 'Authorization' header
-
Verify if Authorization header is used for authenticationReview authentication requests or audit logs to determine if clients are authenticating using the 'Authorization' header with a Bearer tokenAffected if The Authorization header is being used as an authentication method against Vault while the affected mount configuration exists
A user is affected if they run an affected Vault version, have an auth mount configured with Authorization header pass-through enabled, and clients authenticate using the Authorization header, resulting in the Vault token being forwarded to the auth backend.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.19.161.20.101.21.5
Upgrade Vault to version 2.0.0, 1.21.5, 1.20.10, or 1.19.16. Review auth mount configurations to remove unnecessary Authorization header passthrough and audit for any token misuse.
1.19.16, 1.20.10, 1.21.5, or 2.0.0 (latest stable)
- Identify the current Vault version using `vault version`
- Determine the target upgrade version based on your current major version: if on 1.19.x upgrade to 1.19.16, if on 1.20.x upgrade to 1.20.10, if on 1.21.x upgrade to 1.21.5, or upgrade to 2.0.0 for the latest major release
- Review the Vault upgrade guide at https://developer.hashicorp.com/vault/docs/upgrading
- Ensure you have a tested backup and snapshot of your Vault data
- Stop the Vault service before upgrading
- Upgrade the Vault binary to the target version
- Verify the new version with `vault version`
- Start the Vault service
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-4525 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-4525 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data