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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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!