SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-47392

CRITICAL · CVSS 9.9 EPSS 0.60% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

The vulnerability affects the `execute_code()` function in PraisonAI versions prior to 4.6.40, allowing attackers to bypass the subprocess sandbox and achieve arbitrary OS command execution by exploiting the `print.__self__` attribute to access the built-in Python modules. This critical flaw poses a significant risk to systems running vulnerable versions, as it undermines the security mechanisms intended to isolate code execution. Organizations utilizing PraisonAI should prioritize updating to version 4.6.40 or later to mitigate this severe risk.

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-47392
Severity
CRITICAL
CVSS
9.9
EPSS
0.60%

Original NVD Description

PraisonAI is a multi-agent teams system. Prior to version 4.6.40 of PraisonAI, corresponding to version 1.6.40 of praisonaiagents, `execute_code()` in `praisonaiagents/tools/python_tools.py` (v1.6.37, subprocess sandbox mode) can be fully bypassed using `print.__self__` to retrieve the real Python `builtins` module, from which `__import__` can be extracted via `vars()` and runtime string construction. This achieves arbitrary OS command execution on the host, completely defeating the sandbox. This is a novel bypass that survives all patches for CVE-2026-39888 (frame traversal), CVE-2026-34938 (str subclass), and CVE-2026-40158 (`type.__getattribute__` trampoline). PraisonAI version 4.6.40 and praisonaiagents version 1.6.40 contain an updated fix.