Skip to content

Commit 8af7646

Browse files
1 parent bc485d3 commit 8af7646

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-q8cj-789h-vg24",
4+
"modified": "2026-05-28T17:52:43Z",
5+
"published": "2026-05-28T17:52:43Z",
6+
"aliases": [
7+
"CVE-2026-46358"
8+
],
9+
"summary": "OpenBao's Inline Auth Incorrectly Redacted Headers",
10+
"details": "### Impact\n\nOpenBao's inline auth functionality incorrectly redacted audit log entries, resulting in non-auth headers being removed and auth-related headers being retained in cleartext. This requires an attacker to compromise access to the audit device. Operators should review leaked source authentication material and rotate it as appropriate.\n\n### Patches\n\nThis is fixed in OpenBao v2.5.4.\n\n### Resources\n\nhttps://github.com/openbao/openbao/issues/3074",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
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-q8cj-789h-vg24"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/openbao/openbao/issues/3074"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/openbao/openbao/pull/3076"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/openbao/openbao/commit/131c6966af4dfb4e1906703436eecdb8f2a3e9df"
57+
},
58+
{
59+
"type": "PACKAGE",
60+
"url": "https://github.com/openbao/openbao"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/openbao/openbao/releases/tag/v2.5.4"
65+
}
66+
],
67+
"database_specific": {
68+
"cwe_ids": [
69+
"CWE-532"
70+
],
71+
"severity": "MODERATE",
72+
"github_reviewed": true,
73+
"github_reviewed_at": "2026-05-28T17:52:43Z",
74+
"nvd_published_at": null
75+
}
76+
}

0 commit comments

Comments
 (0)