Junglewise Threat Intelligence

CVE-2026-46405: OpenBao Kerberos auth method orphaned token accumulation

CVE-2026-46405 · Severity: medium · CVSS 5.3 · Published 2026-05-28

Technologies: github.com/openbao/openbao (Go), OpenBao. Vendors: Go, OpenBao.

Executive brief

OpenBao, a tool for managing secrets and sensitive data, contains a flaw in its Kerberos authentication method. When certain authentication requests fail, the system inadvertently creates 'orphaned' security tokens that are not accessible to the user but remain in the system's storage. While these tokens cannot be used to access data, a large volume of failed requests could lead to excessive storage consumption and potential performance issues.

Technical details

A vulnerability in OpenBao's Kerberos auth method occurs when the GET handler or an 'Authorization: Negotiate' header is processed. The component incorrectly returns a 'logical.Auth' object alongside an error message, triggering the creation of a token with default policies and TTLs despite the authentication failure. These tokens are not returned to the caller and are only visible via 'sys/raw', but they persist in the backend storage. An unauthenticated remote attacker could repeatedly trigger this behavior to cause storage exhaustion (CWE-770). The issue is resolved in version 2.5.4 by ensuring the Kerberos auth method does not return an Auth block simultaneously with an error.

Affected products

  • OpenBao OpenBao <= 2.5.3

Timeline

  • 2026-05-20: patched: Fix merged in pull request 3150
  • 2026-05-21: disclosed: Initial disclosure by maintainers
  • 2026-05-28: advisory: GitHub Advisory published

References

Related threats