PatchSiren cyber security CVE debrief
CVE-2026-55774 openbao CVE debrief
OpenBao users with access to sys/leases/revoke/:lease_id in one namespace could revoke leases in another namespace if the foreign lease_id was known, bypassing namespace ACL isolation. This issue is fixed in version 2.5.5. The vulnerability allows unauthorized lease revocation across namespaces, potentially impacting OpenBao deployments with multiple namespaces. Administrators should verify access controls and assess deployments for namespace ACL isolation bypass vulnerability. The issue was addressed in OpenBao version 2.5.5, which users should upgrade to if running a vulnerable version.
- Vendor
- openbao
- Product
- Unknown
- CVSS
- LOW 2.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-15
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-15
- Advisory updated
- 2026-09-25
Who should care
OpenBao administrators and users with access to sys/leases/revoke/:lease_id, especially those managing deployments with multiple namespaces, should verify access controls and assess deployments for namespace ACL isolation bypass vulnerability. They should also review and update OpenBao configurations to ensure proper namespace isolation and verify remediation by upgrading to OpenBao version 2.5.5 or later.
Why it matters
CVE-2026-55774 allows OpenBao users with access to sys/leases/revoke/:lease_id in one namespace to revoke leases in another namespace, bypassing namespace ACL isolation. This issue is fixed in version 2.5.5.
- Verify access controls for sys/leases/revoke/:lease_id to prevent unauthorized lease revocation
- Assess OpenBao deployments for namespace ACL isolation bypass vulnerability
- Review and update OpenBao configurations to ensure proper namespace isolation
Technical summary
OpenBao users with access to sys/leases/revoke/:lease_id in one namespace could revoke leases in another namespace if the foreign lease_id was known, bypassing namespace ACL isolation. This issue is fixed in version 2.5.5. The affected lease lookup routing in vault/expiration.go allowed FetchLeaseInfo and loadEntry to resolve cached or stored lease data outside the request namespace, allowing a tenant that intentionally disclosed a lease identifier to have the lease and its underlying credential revoked by another tenant. The vulnerability was addressed by fixing the lease lookup routing to enforce namespace isolation properly.
Defensive priority
Assess exposure and verify remediation for OpenBao deployments, especially those with multiple namespaces.
Recommended defensive actions
- Assess OpenBao deployments for namespace ACL isolation bypass vulnerability
- Verify remediation by upgrading to OpenBao version 2.5.5 or later
- Review access controls for sys/leases/revoke/:lease_id
- Verify access controls for sys/leases/revoke/:lease_id to prevent unauthorized lease revocation
- Assess exposure and verify remediation for OpenBao deployments, especially those with multiple namespaces.
- Review and update OpenBao configurations to ensure proper namespace isolation
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability and its fix. OpenBao's security advisory provides additional context. The vulnerability was introduced due to a flawed lease lookup routing in vault/expiration.go, allowing FetchLeaseInfo and loadEntry to resolve cached or stored lease data outside the request namespace. This issue could be exploited by a tenant that intentionally discloses a lease identifier to have the lease and its underlying credential revoked by another tenant.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55774 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55774
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55774 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55774
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/commit/9ba1413d793223cca67db12434093a2f25fdc540
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/commit/b20b999dd4044d7b419a5472d8fe08407828be37
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/pull/3307
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/pull/3310
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/releases/tag/v2.5.5
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/releases/tag/v2.6.0
-
Source reference
Unverified legacy reference
URL: https://github.com/openbao/openbao/security/advisories/GHSA-c36x-h252-g9x2
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.