When OpenBao revoked privileges on a role in the PostgreSQL database secrets engine, OpenBao failed to use proper database quoting on schema names provided by PostgreSQL. This could lead to role revocation failures, or more rarely, SQL injection as the management user.
This vulnerability was originally from HashiCorp Vault.
This was addressed in v2.5.3.
Audit table schemas and ensure database users cannot create new schemas and grant privileges on them.
{
"cwe_ids": [
"CWE-89"
],
"github_reviewed": true,
"github_reviewed_at": "2026-04-21T18:26:05Z",
"nvd_published_at": "2026-04-21T01:16:06Z",
"severity": "MODERATE"
}