Description
OpenBao is an open source identity-based secrets management system. Prior to version 2.5.3, OpenBao's Certificate authentication method, when a token renewal is requested and `disable_binding=true` is set, attempts to verify the current request's presented mTLS certificate matches the original. Token renewals for other authentication methods do not require any supplied login information. Due to incorrect matching, the certificate authentication method would allow renewal of tokens for which the attacker had a sibling certificate+key signed by the same CA, but which did not necessarily match the original role or the originally supplied certificate. This implies an attacker could still authenticate to OpenBao in a similar scope, however, token renewal implies that an attacker may be able to extend the lifetime of dynamic leases held by the original token. This attack requires knowledge of either the original token or its accessor. This vulnerability is original from HashiCorp Vault. This is addressed in v2.5.3. As a workaround, ensure privileged roles are tightly scoped to single certificates.
Published: 2026-04-21
Score: 2 Low
EPSS: < 1% Very Low
KEV: No
Impact: Extended token lifetime through certificate misuse
Action: Patch
AI Analysis

Impact

OpenBao’s certificate authentication method allows an attacker who possesses a sibling certificate issued by the same CA to renew a token that was originally authenticated with a different certificate, provided the `disable_binding=true` flag is set. The flaw occurs because the system incorrectly verifies the presented certificate against the original during renewal, permitting the attacker to extend the life of dynamic leases or other privileges that were granted to the original token. This weakness is a certificate policy error (CWE‑295) and can be leveraged only when the attacker already knows the original token or its accessor, but it still allows undue persistence in the system.

Affected Systems

Versions of OpenBao prior to v2.5.3 are affected. The vulnerability is present across all installations using the certificate authentication method with the `disable_binding` option enabled. The fix is delivered in OpenBao v2.5.3 and later.

Risk and Exploitability

The vulnerability has a CVSS score of 2, indicating low severity, and its EPSS score is not available. It is not listed in the CISA KEV catalog. Exploitation requires possession of a valid sibling certificate and either the original token or its accessor, making it a high‑skill attack rather than a widespread vulnerability. The availability of a public patch mitigates the risk significantly, but organizations still need to verify that the new version is deployed and that privileged certificates are appropriately scoped.

Generated by OpenCVE AI on April 21, 2026 at 15:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update OpenBao to version 2.5.3 or newer to address the certificate verification flaw.
  • Configure privileged roles to bind to a single certificate, eliminating the possibility that a sibling certificate can be used for renewal.
  • Review the use of the `disable_binding` setting; disable it or enforce correct certificate matching logic before allowing token renewal.

Generated by OpenCVE AI on April 21, 2026 at 15:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-7ccv-rp6m-rffr OpenBao's Certificate Authentication Allows Token Renewal With Different Certificate
History

Fri, 24 Apr 2026 13:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:openbao:openbao:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 3.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N'}


Wed, 22 Apr 2026 00:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Apr 2026 03:15:00 +0000

Type Values Removed Values Added
First Time appeared Openbao
Openbao openbao
Vendors & Products Openbao
Openbao openbao

Tue, 21 Apr 2026 01:15:00 +0000

Type Values Removed Values Added
Description OpenBao is an open source identity-based secrets management system. Prior to version 2.5.3, OpenBao's Certificate authentication method, when a token renewal is requested and `disable_binding=true` is set, attempts to verify the current request's presented mTLS certificate matches the original. Token renewals for other authentication methods do not require any supplied login information. Due to incorrect matching, the certificate authentication method would allow renewal of tokens for which the attacker had a sibling certificate+key signed by the same CA, but which did not necessarily match the original role or the originally supplied certificate. This implies an attacker could still authenticate to OpenBao in a similar scope, however, token renewal implies that an attacker may be able to extend the lifetime of dynamic leases held by the original token. This attack requires knowledge of either the original token or its accessor. This vulnerability is original from HashiCorp Vault. This is addressed in v2.5.3. As a workaround, ensure privileged roles are tightly scoped to single certificates.
Title OpenBao's Certificate Authentication Allows Token Renewal With Different Certificate
Weaknesses CWE-295
References
Metrics cvssV4_0

{'score': 2, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-21T19:36:07.865Z

Reserved: 2026-04-06T22:06:40.515Z

Link: CVE-2026-39388

cve-icon Vulnrichment

Updated: 2026-04-21T19:36:03.178Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-21T01:16:06.357

Modified: 2026-04-24T13:27:34.320

Link: CVE-2026-39388

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T15:37:55Z

Weaknesses