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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-34952 โ€” AI Deep Analysis Summary

CVSS 9.1 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: PraisonAI Gateway lacks auth on WebSocket & Info endpoints. ๐Ÿ“‰ **Consequences**: Attackers can connect, enumerate agents, and send arbitrary messages. Total loss of control!

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). The gateway server fails to verify identity before allowing access to sensitive endpoints.

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Affected**: **PraisonAI** by Mervin Praison. Specifically versions **< 4.5.97**. If you are on an older build, you are at risk!

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Powers**: ๐ŸŒ Connect via WebSocket. ๐Ÿ” Enumerate all agents. ๐Ÿ“ค Send **arbitrary messages**. High impact on Confidentiality & Integrity (CVSS: H/H).

Q5Is exploitation threshold high? (Auth/Config)

โšก **Threshold**: **LOW**. ๐Ÿšซ No Auth required. ๐ŸŒ Network Accessible. ๐Ÿšซ No User Interaction needed. CVSS Vector: AV:N/AC:L/PR:N/UI:N. Easy to exploit!

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

๐Ÿ” **Public Exp?**: **No PoC** listed in data. However, the flaw is critical and logic-based. Wild exploitation is likely imminent due to low barrier.

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Self-Check**: Scan for PraisonAI Gateway WebSocket endpoints. Test if `/info` or WS connections accept requests **without tokens/credentials**. If yes -> Vulnerable!

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ› ๏ธ **Fix**: **Yes**. Upgrade to **PraisonAI v4.5.97 or later**. Official advisory: [GitHub GHSA-cfh6-vr3j-qc3g](https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-cfh6-vr3j-qc3g).

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: Isolate the Gateway server. Block external access to WebSocket ports. Implement WAF rules to require Auth headers on `/info` and WS routes.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **HIGH**. CVSS Score indicates Critical impact. Zero-Auth + Remote Execution = Immediate patching required. Don't wait!