Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-m6wp-h223-4c
- https://www.vulncheck.com/advisories/praisonai-before-remote-code-execution-via-
FAQ
What is CVE-2026-61446?
CVE-2026-61446 is a vulnerability with a CVSS score of 8.4 (HIGH). 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 ....
How severe is CVE-2026-61446?
CVE-2026-61446 has been rated HIGH with a CVSS base score of 8.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-61446?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.