CVE-2026-34935: PraisonAI: OS Command Injection in MCPHandler.parse_mcp_command()
(updated )
The --mcp CLI argument is passed directly to shlex.split() and forwarded through the call chain to anyio.open_process() with no validation, allowlist check, or sanitization at any hop, allowing arbitrary OS command execution as the process user.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-34935 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →