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

Goal: 1000 CNY ยท Raised: 1325 CNY

100%

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

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: A critical OS Command Injection flaw in PraisonAI. ๐Ÿ“‰ **Consequences**: Attackers can execute arbitrary commands on the host system, leading to total server compromise, data theft, or ransomware deployment.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-78** (OS Command Injection). The `--mcp` CLI parameter is passed directly to the OS shell without any validation, whitelisting, or sanitization. ๐Ÿšซ No input filtering is applied.

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Affected**: **PraisonAI** by Mervin Praison. ๐Ÿ“ฆ **Versions**: 4.5.15 through 4.5.69 (prior to the fix). If you use this low-code multi-agent framework, you are at risk.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Capabilities**: Full **Remote Code Execution (RCE)**. ๐Ÿ—๏ธ Privileges: Same as the user running PraisonAI.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Exploitation Threshold**: **LOW**. ๐ŸŒ **Auth**: None required (PR:N). ๐Ÿ–ฑ๏ธ **UI**: None required (UI:N). ๐Ÿ“ก **Access**: Network accessible (AV:N). If the service is exposed, it's game over.

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

๐Ÿ“œ **Public Exploit**: **No PoC available** in the provided data. ๐Ÿ•ต๏ธ **Status**: Advisory confirmed (GHSA-9gm9-c8mq-vq7m).โ€ฆ

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: 1. Check your PraisonAI version (`pip show praisonai`). 2. Look for usage of the `--mcp` flag in your CLI commands. 3. Scan for unvalidated shell arguments in your deployment scripts.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: **Yes**. ๐Ÿ› ๏ธ **Patch**: Commit `47bff65413beaa3c21bf633c1fae4e684348368c` addresses the issue. Update to version **4.5.69 or later** immediately.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch Workaround**: 1. **Disable** the `--mcp` CLI argument if not strictly needed. 2. **Isolate** the PraisonAI process in a container with minimal permissions. 3. **Restrict** network access to the service.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. โฑ๏ธ **Priority**: **P1**. With CVSS 9.8 (High) and no auth required, this is an immediate patching priority. Do not wait for a PoC to appear.