SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-61444

CRITICAL · CVSS 9.1 EPSS 0.39% Public Exploit

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

CyberRota Analysis

AI-Generated

PraisonAI versions prior to 4.6.78 are susceptible to a critical code injection vulnerability in the deploy/api.py file, where the agents_file parameter is unsanitized and directly interpolated into an f-string. This flaw allows attackers to execute arbitrary Python code through subprocess.Popen(), potentially compromising the server. Organizations using affected versions should prioritize immediate updates to mitigate the risk of exploitation.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-61444
Severity
CRITICAL
CVSS
9.1
EPSS
0.39%

Original NVD Description

PraisonAI versions before 4.6.78 contain a code injection vulnerability in deploy/api.py where the agents_file parameter is directly interpolated into an f-string without sanitization. Attackers can inject arbitrary Python code that executes when the generated server code runs via subprocess.Popen().