Skip to content

Commit 5d65506

Browse files
1 parent 4346e05 commit 5d65506

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7q7g-x6vg-xpc3",
4+
"modified": "2026-03-26T18:32:54Z",
5+
"published": "2026-03-26T18:32:54Z",
6+
"aliases": [
7+
"CVE-2026-33757"
8+
],
9+
"summary": "OpenBao lacks user confirmation for OIDC direct callback mode",
10+
"details": "### Impact\n\nOpenBao does not prompt for user confirmation when logging in via JWT/OIDC and a role with `callback_mode` set to `direct`.\n\nThis allows an attacker to start an authentication request and perform \"remote phishing\" by having the victim visit the URL and automatically log-in to the session of the attacker. Despite being based on the authorization code flow, the `direct` mode calls back directly to the API and allows an attacker to poll for an OpenBao token until it is issued.\n\n### Patches\nVersion 2.5.2 includes an additional confirmation screen for `direct` type logins that requires manual user interaction in order to finish the authentication.\n\n### Workarounds\nThis issue can be worked around either by removing any roles with `callback_mode=direct` or enforcing confirmation for every session on the token issuer side for the Client ID used by OpenBao.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/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": "0.0.0-20260325142553-e32103951925"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/openbao/openbao/security/advisories/GHSA-7q7g-x6vg-xpc3"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/openbao/openbao/commit/e32103951925723e9787e33886ab6b6ec20f4964"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://datatracker.ietf.org/doc/html/rfc8628#section-5.4"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/openbao/openbao"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-384"
59+
],
60+
"severity": "CRITICAL",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-03-26T18:32:54Z",
63+
"nvd_published_at": null
64+
}
65+
}

0 commit comments

Comments
 (0)