CVE-2026-40287: Kritische RCE-Lücke in PraisonAI-KI-Plattform

⚠️ CVE-Referenzen: CVE-2026-40287

Zusammenfassung

In den Versionen 4.5.138 und älter der KI-Plattform PraisonAI existiert eine schwerwiegende Sicherheitslücke, die es Angreifern ermöglicht, willkürlichen Python-Code auf dem Zielsystem auszuführen. Die Schwachstelle liegt in der blinden Einbindung der Datei "tools.py" aus dem aktuellen Arbeitsverzeichnis, ohne jegliche Überprüfung oder Sandbox-Maßnahmen. Durch Platzieren einer manipulierten "tools.py" können Angreifer somit die komplette PraisonAI-Umgebung und das Zielsystem kompromittieren. Ein Patch in Version 4.5.139 behebt dieses kritische Sicherheitsrisiko.

PraisonAI is a multi-agent teams system. Versions 4.5.138 and below are vulnerable to arbitrary code execution through automatic, unsanitized import of a tools.py file from the current working directory. Components including call.py (import_tools_from_file()), tool_resolver.py (_load_local_tools()), and CLI tool-loading paths blindly import ./tools.py at startup without any validation, sandboxing, or user confirmation. An attacker who can place a malicious tools.py in the directory where PraisonAI is launched (such as through a shared project, cloned repository, or writable workspace) achieves immediate arbitrary Python code execution in the host environment. This compromises the full PraisonAI process, the host system, and any connected data or credentials. This issue has been fixed in version 4.5.139.
Quelle: app.opencve.io