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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.