Mervin Praison (MervinPraison)のPraisonAIにおけるコードインジェクションの脆弱性
| Title |
Mervin Praison (MervinPraison)のPraisonAIにおけるコードインジェクションの脆弱性
|
| Summary |
PraisonAIはマルチエージェントチームシステムです。バージョン4.5.139から4.6.32未満のバージョンにおいて、tool_resolver.pyとapi/call.pyの2つのファイルでtools.pyの自動インポートがPRAISONAI_ALLOW_LOCAL_TOOLS=trueの環境変数の下で制御されていましたが、praisonai/templates/tool_override.pyの3番目のインポート経路は保護されていませんでした。この経路はPOST /v1/recipes/runでリモートからトリガー可能で、レシピが任意のローカル絶対パスまたは任意のGitHubリポジトリを指す場合に悪用されます。攻撃者はtools.pyを設置してサーバー上でexec_module()により実行させることが可能であり、認証不要かつ環境のオプトインも必要ありませんでした。この問題はバージョン4.6.32で修正されました。
|
| Possible impacts |
当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution |
正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
May 8, 2026, midnight |
| Registration Date |
May 11, 2026, 11:04 a.m. |
| Last Update |
May 11, 2026, 11:04 a.m. |
|
CVSS3.0 : 重要
|
| Score |
8.4
|
| Vector |
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Affected System
| Mervin Praison (MervinPraison) |
|
PraisonAI 4.5.139 以上 4.6.32 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年05月11日] 掲載 |
May 11, 2026, 11:04 a.m. |
NVD Vulnerability Information
CVE-2026-44334
| Summary |
PraisonAI is a multi-agent teams system. From version 4.5.139 to before version 4.6.32, CVE-2026-40287's fix gated tools.py auto-import behind PRAISONAI_ALLOW_LOCAL_TOOLS=true in two files (tool_resolver.py, api/call.py). A third import sink in praisonai/templates/tool_override.py was missed and remains unguarded. It is reached by the recipe runner on every recipe execution and is remotely triggerable through POST /v1/recipes/run with a recipe value pointing at any local absolute path or any GitHub repo (because SecurityConfig.allow_any_github defaults to True). The attacker drops a tools.py next to TEMPLATE.yaml; the server exec_module()s it. No auth required by default, no environment opt-in required. This issue has been patched in version 4.6.32.
|
| Publication Date |
May 8, 2026, 11:16 p.m. |
| Registration Date |
May 9, 2026, 4:13 a.m. |
| Last Update |
May 9, 2026, 12:53 a.m. |
Related information, measures and tools
Common Vulnerabilities List