Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-25546

godot-mcp has Command Injection via unsanitized projectPath
Back to all
CVE

CVE-2026-25546

godot-mcp has Command Injection via unsanitized projectPath

Impact 

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_sceneadd_nodeload_sprite, and others. 

Patches 

Fixed in version 0.1.1 by switching from exec() to execFile(), which does not invoke a shell. 

Workarounds 

None. Users should upgrade immediately. 

Resources

  • https://github.com/Coding-Solo/godot-mcp/issues/64
  • https://github.com/Coding-Solo/godot-mcp/pull/67

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.8
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://github.com/Coding-Solo/godot-mcp/security/advisories/GHSA-8jx2-rhfh-q928, https://nvd.nist.gov/vuln/detail/CVE-2026-25546, https://github.com/Coding-Solo/godot-mcp/issues/64, https://github.com/Coding-Solo/godot-mcp/pull/67, https://github.com/Coding-Solo/godot-mcp/commit/21c785d923cfdb471ea60323c13807d62dfecc5a, https://github.com/Coding-Solo/godot-mcp

Severity

7.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.8
EPSS Probability
0.00031%
EPSS Percentile
0.08608%
Introduced Version
0
Fix Available
0.1.1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading