CVE 9.8 CRITICAL

PraisonAI: Critical RCE via `type: job` workflow YAML_CVE-2026-40288

9.8 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

PraisonAI is a multi-agent teams system. In versions below 4.5.139 of PraisonAI and 1.5.140 of praisonaiagents, the workflow engine is vulnerable to arbitrary command and code execution through untrusted YAML files. When praisonai workflow run <file.yaml> loads a YAML file with type: job, the JobWorkflowExecutor in job_workflow.py processes steps that support run: (shell commands via subprocess.run()), script: (inline Python via exec()), and python: (arbitrary Python script execution)β€”all without any validation, sandboxing, or user confirmation. The affected code paths include action_run() in workflow.py and _exec_shell(), _exec_inline_python(), and _exec_python_script() in job_workflow.py. An attacker who can supply or influence a workflow YAML file (particularly in CI pipelines, shared repositories, or multi-tenant deployment environments) can achieve full arbitrary command execution on the host system, compromising the machine and any accessible data or credentials. This issue has been fixed in versions 4.5.139 of PraisonAI and 1.5.140 of praisonaiagents.

AI Analysis

Arbitrary command and code execution through untrusted YAML files in PraisonAI workflow engine

Basic Information

ID CVE-2026-40288
Source GitHub_M
Published Apr 14, 2026 at 03:00
Modified Apr 14, 2026 at 03:01

Affected Product

Vendor MervinPraison
Product PraisonAI
Version < 4.5.139
Affected Versions MervinPraison PraisonAI < 4.5.139
MervinPraison praisonaiagents < 1.5.140

CWE Classification

AI Assessment

AI Score 9.8 / 10
AI Severity Critical
Vendor MervinPraison
Product PraisonAI
Version < 4.5.139, < 1.5.140

References

πŸ’­ Join the Security Discussion

πŸ”’ Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.