CVE-2026-61446 PUBLISHED

PraisonAI before 1.6.78 Remote Code Execution via Plugin Auto-Discovery

Assigner: VulnCheck
Reserved: 09.07.2026 Published: 15.07.2026 Updated: 15.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor MervinPraison
Product PraisonAI
Versions Default: unaffected
  • affected from 0 to 1.6.78 (excl.)
  • Version 1.6.78 is unaffected

Credits

  • anushkavirgaonkar reporter

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE