SEPTEMBER 11, 2026
Live Feed
Back to database
Case File

CVE-2026-61438

HIGH · CVSS 7.3 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

PraisonAI versions prior to 4.6.78 are vulnerable to a remote code execution flaw that arises from inadequate validation of Abstract Syntax Trees (AST) in workflow scripts. This allows attackers to craft malicious YAML files that can execute arbitrary operating system commands, potentially compromising system integrity. Organizations using affected versions should prioritize patching to mitigate the risk of 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-61438
Severity
HIGH
CVSS
7.3
EPSS
0.20%

Original NVD Description

PraisonAI before 4.6.78 contains a remote code execution vulnerability in JobWorkflowExecutor._exec_inline_python() due to insufficient AST validation of workflow script steps. Attackers can create malicious YAML workflow files with import os statements followed by os.system() calls that bypass sandbox checks and execute arbitrary OS commands with process privileges.