| عنوان | disler aider-mcp-server 0.1.0 Command Injection |
|---|
| الوصف | aider-mcp-server exposes an MCP tool named aider_ai_code that accepts attacker-controlled relative_editable_files. After Aider finishes, the server concatenates those file names into a shell command string and executes:
diff_cmd = f"git -C {working_dir} diff -- {files_arg}"
subprocess.check_output(diff_cmd, shell=True, text=True, stderr=subprocess.PIPE)
Because files_arg is built with " ".join(relative_editable_files) and there is no quoting or escaping, a caller can inject shell metacharacters such as ;, #, `, or $(). An untrusted MCP client can therefore execute arbitrary operating-system commands on the host running the server. |
|---|
| المصدر | ⚠️ https://github.com/disler/aider-mcp-server/issues/16 |
|---|
| المستخدم | SmallW (UID 97245) |
|---|
| ارسال | 10/04/2026 01:28 PM (2 أشهر منذ) |
|---|
| الاعتدال | 26/04/2026 10:11 PM (16 days later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 359756 [disler aider-mcp-server حتى b2516fa466d0d851932da92ee6d0e66946db9efc aider_ai_code server.py relative_editable_files تجاوز الصلاحيات] |
|---|
| النقاط | 20 |
|---|