Vulnerability Description
PraisonAI is a multi-agent teams system. Prior to version 1.5.90, run_python() in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "<code>" and passing it to subprocess.run(..., shell=True). The escaping logic only handles \ and ", leaving $() and backtick substitutions unescaped, allowing arbitrary OS command execution before Python is invoked. This issue has been patched in version 1.5.90.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Praison | Praisonaiagents | < 1.5.90 |
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-w37c-qqfp-c6ExploitVendor Advisory
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-w37c-qqfp-c6ExploitVendor Advisory
FAQ
What is CVE-2026-34937?
CVE-2026-34937 is a vulnerability with a CVSS score of 7.8 (HIGH). PraisonAI is a multi-agent teams system. Prior to version 1.5.90, run_python() in praisonai constructs a shell command string by interpolating user-controlled code into python3 -c "<code>" and passing...
How severe is CVE-2026-34937?
CVE-2026-34937 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-34937?
Check the references section above for vendor advisories and patch information. Affected products include: Praison Praisonaiagents.