SEPTEMBER 16, 2026
Live Feed
Back to database
Case File

CVE-2026-57136

HIGH · CVSS 8.8 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

PraisonAI 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.

CVE
CVE-2026-57136
Severity
HIGH
CVSS
8.8
EPSS
0.39%

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.