VDB
Sign up
MEDIUM

GHSA-xp3c-3jw3-4vcr

OpenBao Skips Stricter Deny Policy for LIST operations

Quick fix

GHSA-xp3c-3jw3-4vcr — github.com/openbao/openbao: upgrade to the fixed version with the command below.

go get github.com/openbao/openbao@v0.0.0-20260713133043-f58d848c139e

Details

## Impact

When a policy operator has written `capabilities = ["deny"]` on a path with a trailing wildcard but allowed a broader list operation (e.g., a `deny` on `secrets/metadata/restricted/*` but allowed `list` on `secrets/metadata/*`), OpenBao would incorrectly allow the operation. This did not impact other operation types.

## Patches

This has been patched in OpenBao v2.6.0.

Are you affected?

Enter the version of the package you're using.

Affected packages

Go/github.com/openbao/openbao
Introduced in: 0Fixed in: 0.0.0-20260713133043-f58d848c139e
Fixgo get github.com/openbao/openbao@v0.0.0-20260713133043-f58d848c139e
Go/github.com/openbao/openbao
Introduced in: 0.1.0

No fixed version published yet for github.com/openbao/openbao (go modules). Pin to a known-safe version or switch to an alternative.

References