CVE-2026-25546
Godot MCP is vulnerable to Command Injection via unsanitized projectPath
Description
Godot MCP is a Model Context Protocol (MCP) server for interacting with the Godot game engine. Prior to version 0.1.1, a command injection vulnerability in godot-mcp allows remote code execution. The executeOperation function passed user-controlled input (e.g., 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 any tool that accepts projectPath, including create_scene, add_node, load_sprite, and others. This issue has been patched in version 0.1.1.
INFO
Published Date :
Feb. 4, 2026, 10:16 p.m.
Last Modified :
March 18, 2026, 2:25 p.m.
Remotely Exploit :
No
Source :
[email protected]
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | [email protected] |
Solution
- Update godot-mcp to version 0.1.1 or later.
- Ensure input is validated before execution.
- Avoid passing user input to exec().
Public PoC/Exploit Available at Github
CVE-2026-25546 has a 4 public
PoC/Exploit available at Github.
Go to the Public Exploits tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-25546.
| URL | Resource |
|---|---|
| https://github.com/Coding-Solo/godot-mcp/commit/21c785d923cfdb471ea60323c13807d62dfecc5a | Patch |
| https://github.com/Coding-Solo/godot-mcp/issues/64 | Issue Tracking |
| https://github.com/Coding-Solo/godot-mcp/pull/67 | Issue Tracking Patch |
| https://github.com/Coding-Solo/godot-mcp/security/advisories/GHSA-8jx2-rhfh-q928 | Vendor Advisory |
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-25546 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-25546
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Zero-dependency MCP security linter — 54 OWASP-mapped checks, 56 malicious packages, 28 CVEs. pip install mcp-config-guard
ai-safety claude-code linter mcp model-context-protocol owasp python sarif security vulnerability-scanner
Python
Mirror of https://github.com/nomi-sec/PoC-in-GitHub
None
Python
📡 PoC auto collect from GitHub. ⚠️ Be careful Malware.
security cve exploit poc vulnerability
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-25546 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-25546 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Mar. 18, 2026
Action Type Old Value New Value Added CPE Configuration OR *cpe:2.3:a:coding-solo:godot_mcp:*:*:*:*:*:*:*:* versions up to (excluding) 0.1.1 Added Reference Type GitHub, Inc.: https://github.com/Coding-Solo/godot-mcp/commit/21c785d923cfdb471ea60323c13807d62dfecc5a Types: Patch Added Reference Type GitHub, Inc.: https://github.com/Coding-Solo/godot-mcp/issues/64 Types: Issue Tracking Added Reference Type GitHub, Inc.: https://github.com/Coding-Solo/godot-mcp/pull/67 Types: Issue Tracking, Patch Added Reference Type GitHub, Inc.: https://github.com/Coding-Solo/godot-mcp/security/advisories/GHSA-8jx2-rhfh-q928 Types: Vendor Advisory -
New CVE Received by [email protected]
Feb. 04, 2026
Action Type Old Value New Value Added Description Godot MCP is a Model Context Protocol (MCP) server for interacting with the Godot game engine. Prior to version 0.1.1, a command injection vulnerability in godot-mcp allows remote code execution. The executeOperation function passed user-controlled input (e.g., 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 any tool that accepts projectPath, including create_scene, add_node, load_sprite, and others. This issue has been patched in version 0.1.1. Added CVSS V3.1 AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H Added CWE CWE-78 Added Reference https://github.com/Coding-Solo/godot-mcp/commit/21c785d923cfdb471ea60323c13807d62dfecc5a Added Reference https://github.com/Coding-Solo/godot-mcp/issues/64 Added Reference https://github.com/Coding-Solo/godot-mcp/pull/67 Added Reference https://github.com/Coding-Solo/godot-mcp/security/advisories/GHSA-8jx2-rhfh-q928