Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Wcole3

#33979of 53,632
7.8Total CVSS
Vulnerabilities · 1
PT-2026-6322
7.8
2026-02-04
Godot Mcp · Godot-Mcp · CVE-2026-25546
**Name of the Vulnerable Software and Affected Versions** Godot MCP versions prior to 0.1.1 **Description** Godot MCP is a Model Context Protocol (MCP) server for interacting with the Godot game engine. A command injection issue in godot-mcp allows remote code execution. The `executeOperation()` function passes user-controlled input, such as `projectPath`, directly to `exec()`, which spawns a shell. An attacker could inject shell metacharacters like $(command) or &calc to execute arbitrary commands with the privileges of the MCP server process. This affects tools that accept `projectPath`, including `create scene`, `add node`, and `load sprite`. **Recommendations** Update to Godot MCP version 0.1.1 or later.