SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-61447

CRITICAL · CVSS 10 EPSS 0.74% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

PraisonAI versions prior to 1.6.78 are vulnerable to a critical remote code execution flaw that allows attackers to execute arbitrary Python code generated by a language model, bypassing necessary security measures such as AST validation and sandboxing. This vulnerability enables the exfiltration of sensitive environment secrets and poses a significant risk to system integrity. Organizations using PraisonAI should prioritize immediate updates to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-61447
Severity
CRITICAL
CVSS
10
EPSS
0.74%

Original NVD Description

PraisonAI before 1.6.78 contains a remote code execution vulnerability in CodeAgent._execute_python() that executes LLM-generated Python code without AST validation, import restrictions, or sandbox enforcement. Attackers can influence LLM output through prompt injection to exfiltrate all environment secrets and execute arbitrary code on the host system.