提出 #791758: FoundationAgents MetaGPT 0.8.1 OS Command Injection (CWE-78)情報

タイトルFoundationAgents MetaGPT 0.8.1 OS Command Injection (CWE-78)
説明# Technical Details An OS Command Injection vulnerability exists in MetaGPT due to the Bash class being registered as an LLM-callable tool via the @register_tool(include_functions=["run"]) decorator. The Bash class (located in metagpt/tools/libs/terminal.py) is designed to run bash commands directly. By exposing its run() method to LLM agents, it allows these agents to execute arbitrary bash commands without any meaningful security restrictions. # Vulnerable Code File: metagpt/tools/libs/terminal.py Method: Bash.run() Why: The class is explicitly registered as a tool (@register_tool). Its run() method takes an LLM-provided string and passes it directly to self.run_command(cmd), which writes the command to a persistent bash process. # Reproduction 1. Initialize the Bash tool in a MetaGPT script. 2. Formulate a prompt injection payload that instructs the LLM to call the tool with a malicious command: Bash().run("id > /tmp/bash_tool_rce_proof.txt") 3. Execute the workflow. 4. Verify /tmp/bash_tool_rce_proof.txt is created with the command output. # Impact - Remote Code Execution (RCE): An attacker can supply external input that influences the LLM (Prompt Injection) to invoke the Bash tool with malicious commands. This leads to full system compromise, data exfiltration, and backdoor installation on the host running MetaGPT workflows.
ソース⚠️ https://github.com/FoundationAgents/MetaGPT/issues/1931
ユーザー Eric-d (UID 96861)
送信2026年03月28日 04:27 (5 月 ago)
モデレーション2026年04月09日 14:04 (12 days later)
ステータス承諾済み
VulDBエントリ356528 [FoundationAgents MetaGPT 迄 0.8.1 terminal.py Bash.run 特権昇格]
ポイント20

Might our Artificial Intelligence support you?

Check our Alexa App!