Skip to content

Commit dcbc5b7

Browse files
1 parent c1dca7d commit dcbc5b7

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7j6w-vvw2-5f9c",
4+
"modified": "2026-05-28T18:55:23Z",
5+
"published": "2026-05-28T18:55:23Z",
6+
"aliases": [
7+
"CVE-2026-46405"
8+
],
9+
"summary": "OpenBao's Kerberos Auth Method Accumulates Unaccessible Tokens",
10+
"details": "### Impact\n\nIn OpenBao's Kerberos auth method on the `GET` handler, or when an `Authorization: Negotiate` header is supplied, the response is includes a `logical.Auth` object in addition to an error message. This results in tokens being created with only the default policy, default TTL, and no entity information, which are hidden by the returned error message. No access to these tokens by the caller occurs and the authentication token is not ever made accessible outside of `sys/raw`. At most this could cause storage usage.\n\n### Patches\n\nThis is fixed in OpenBao v2.5.4. \n\n### Workarounds\n\nUsers may set a rate limit quota to limit the creation of these paths. As the path is unauthenticated, it isn't possible to deny access to it.\n\n### Reporter\n\nThis was discovered by an anonymous reporter.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/openbao/openbao"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.5.4"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 2.5.3"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-7j6w-vvw2-5f9c"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/openbao/openbao/pull/3150"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/openbao/openbao/commit/0d82e0a5a3b6a93e8087bcbaf0b11326c12d4f4d"
53+
},
54+
{
55+
"type": "PACKAGE",
56+
"url": "https://github.com/openbao/openbao"
57+
},
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/openbao/openbao/releases/tag/v2.5.4"
61+
}
62+
],
63+
"database_specific": {
64+
"cwe_ids": [
65+
"CWE-770"
66+
],
67+
"severity": "MODERATE",
68+
"github_reviewed": true,
69+
"github_reviewed_at": "2026-05-28T18:55:23Z",
70+
"nvd_published_at": null
71+
}
72+
}

0 commit comments

Comments
 (0)