CVE Catalog

CVE-2026-61446

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

13th percentile - higher than 13% of all known CVEs

Summary

PraisonAI before version 1.6.78 contains a remote code execution vulnerability in the plugin manager. It loads and executes arbitrary Python (.py) files from .praisonai/plugins/ directories without code signing, integrity verification, or sandboxing. An attacker who can write a malicious .py file to a plugin directory (e.g., via path traversal, supply chain attack, or compromised dependency) achieves arbitrary code execution when the plugin system initializes.

Risk Assessment

The risk for the organization includes full system compromise, data theft, malware installation, and further attacks on network infrastructure. The vulnerability can be exploited without authentication if the attacker can write a file to the plugin directory.

Recommendation

Immediately update PraisonAI to version 1.6.78 or later. Additionally, enforce strict access controls on plugin directories and implement code signing and sandboxing mechanisms for loaded plugins.

Other vulnerabilities in PraisonAI

See all
Original NVD description (English source)

PraisonAI (praisonaiagents) before 1.6.78 contains a remote code execution vulnerability in the plugin manager, which loads and executes arbitrary Python (.py) files from project-level and user-home .praisonai/plugins/ directories using importlib spec_from_file_location() and exec_module() without code signing, integrity verification, or sandboxing. An attacker who can write a malicious .py file to a plugin directory (for example via path traversal, a supply chain attack, or a compromised dependency) achieves arbitrary code execution when the plugin system initializes.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS