github openbao/openbao v2.5.2

5 hours ago

SECURITY

  • auth/jwt: Prevent XSS via error_description parameter in callback_mode=direct auth methods. CVE-2026-33758. [GH-2709]
  • auth/jwt: Prompt for confirmation during direct callback mode to authorize OpenBao token issuance. CVE-2026-33757. [GH-2710]

BUG FIXES

  • command: External token helpers now inherit environment variables from the parent process. [GH-2570]
  • core/metrics: Fix count of leases/tokens/kv-secrets/entities metric not being emitted. [GH-2672]
  • core/mounts, core/namespaces: Fix lock ordering in mount deletion racing against namespace updates, causing deadlocks. [GH-2625]
  • core/seal: Fix /sys/rotate/root call rotating both root key and unseal key when using a Shamir Seal, losing all key shares. [GH-2619]
  • core: Skip re-scheduling lease expiration jobs that need to write to storage when a node unseals in read-only mode. [GH-2549]
  • core: Fix potential deadlock in JobManager, which can cause mount deletion timeouts. [GH-2630]
  • http: Forward help requests to active node when unable to handle them on standby with read requests handling disabled. [GH-2572]
  • identity/oidc: Fix OIDC named key rotation silently skipping in non-root namespaces due to double namespace prefix in storage path lookup. [GH-2669]
  • raft: Propagate peer join/remove/promote/demote and autopilot read/update requests to active node. [GH-2574]

What's Changed

Full Changelog: v2.5.1...v2.5.2

Don't miss a new openbao release

NewReleases is sending notifications on new releases.