Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-33757 β€” AI Deep Analysis Summary

CVSS 9.6 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OpenBao < 2.5.2 has an **Authorization Issue** (CWE-384). <br>πŸ“‰ **Consequences**: When using JWT/OIDC with `callback_mode=direct`, users are **not prompted to confirm**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-384** (Session Fixation / Lack of Session Binding). <br>❌ **Flaw**: The system fails to enforce user confirmation during the OIDC callback process when configured for direct callback.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **OpenBao** (Sensitive Data Management Software). <br>πŸ“… **Versions**: All versions **prior to 2.5.2**.…

Q4What can hackers do? (Privileges/Data)

πŸ’° **Attacker Actions**: <br>1. **Phishing**: Trick users into clicking malicious links that trigger the OIDC flow. <br>2. **Data Theft**: Gain access to sensitive secrets stored in OpenBao. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Exploitation Threshold**: <br>πŸ”“ **Network**: Remote (AV:N). <br>πŸ”‘ **Auth**: None required to initiate (PR:N). <br>πŸ‘οΈ **User Interaction**: **Required** (UI:R). The victim must click a phishing link.…

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ§ͺ **Public Exploit**: **No** public PoC or wild exploitation detected in the provided data. <br>πŸ”’ **Status**: Theoretical attack vector based on the missing confirmation prompt. No active exploits found in the wild yet.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Steps**: <br>1. Check OpenBao version: Is it **< 2.5.2**? <br>2. Review Auth Config: Is **JWT/OIDC** enabled? <br>3. Inspect Role Settings: Is **`callback_mode`** set to **`direct`**? <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **OpenBao 2.5.2** or later. <br>πŸ”— **Reference**: See GitHub commit `e32103951925723e9787e33886ab6b6ec20f4964` and GHSA advisory.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **No Patch Workaround**: <br>1. **Change Mode**: Set `callback_mode` to something other than `direct` (e.g., `stateful` or `pkce` if supported). <br>2.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. <br>🎯 **Priority**: Immediate patching recommended.…