CVE-2026-30623
CRITICALLiteLLM 1.18.10 - Remote Code Execution via MCP Server Command Injection
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2026-30623. PoCs published by csinexus.
AI-analyzed exploit summary This repository provides a drop-in Python mitigation for CVE-2026-30623, a command injection vulnerability in the MCP SDK's STDIO transport. The exploit patch validates and sanitizes command, argument, and environment variables before process spawning, blocking unsafe configurations while allowing legitimate MCP server launches.
Description
LiteLLM 1.18.10 contains a remote code execution vulnerability in its MCP server creation functionality. The application allows users to add MCP servers via a JSON configuration specifying arbitrary command and args values. LiteLLM executes these values on the host without validation, enabling attackers to run arbitrary operating system commands. Successful exploitation may result in remote code execution with the privileges of the LiteLLM process.
Exploits (1)
This repository provides a drop-in Python mitigation for CVE-2026-30623, a command injection vulnerability in the MCP SDK's STDIO transport. The exploit patch validates and sanitizes command, argument, and environment variables before process spawning, blocking unsafe configurations while allowing legitimate MCP server launches.
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H