CyberRota Analysis
AI-GeneratedPraisonAI versions 1.2.3 to 1.7.2 are vulnerable due to improper validation in the CommandValidator, allowing attackers to execute arbitrary commands by appending non-allowlisted commands through shell metacharacters. This flaw can lead to unauthorized command execution with the privileges of the PraisonAI process, posing a significant security risk. Organizations using affected versions should prioritize upgrading to version 1.7.2 to mitigate this high-severity vulnerability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
PraisonAI is a multi-agent teams system. From 1.2.3 until 1.7.2, CommandValidator in src/praisonai-ts/src/cli/features/sandbox-executor.ts validates only the first whitespace-delimited executable against allowedCommands, then SandboxExecutor passes the complete command string to sh -c. A command beginning with an allowed executable can append a non-allowlisted command through shell metacharacters, causing arbitrary commands to run with the PraisonAI process privileges. This issue is fixed in version 1.7.2.