Vulnerability Description
PraisonAI is a multi-agent teams system. The v4.6.32 chokepoint refactor (which patched CVE-2026-44334 / GHSA-xcmw-grxf-wjhj) added the PRAISONAI_ALLOW_LOCAL_TOOLS env-var gate to the tool_override.py sinks. However, two additional spec.loader.exec_module call sites in praisonai/agents_generator.py were missed and remain completely unguarded in versions prior to 4.6.40. Both functions accept a module_path parameter sourced from YAML configuration and execute it without validation, signature checking, or the env-var gate. Version 4.6.40 fixes the issue.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/MervinPraison/PraisonAI/commit/ef79b7a0561796ad9807f0f09538c2
- https://github.com/MervinPraison/PraisonAI/pull/1685
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-78r8-wwqv-r2
- https://github.com/MervinPraison/PraisonAI/security/advisories/GHSA-78r8-wwqv-r2
FAQ
What is CVE-2026-47398?
CVE-2026-47398 is a vulnerability with a CVSS score of 8.1 (HIGH). PraisonAI is a multi-agent teams system. The v4.6.32 chokepoint refactor (which patched CVE-2026-44334 / GHSA-xcmw-grxf-wjhj) added the PRAISONAI_ALLOW_LOCAL_TOOLS env-var gate to the tool_override.py...
How severe is CVE-2026-47398?
CVE-2026-47398 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47398?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.