Description
A flaw has been found in LeeSinLiang godot-mcp 0.1.0. Affected by this vulnerability is the function executeOperation of the file src/index.ts of the component create_scene/add_node. This manipulation of the argument projectPath causes command injection. The attack needs to be launched locally. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-06
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A local command injection flaw resides in the executeOperation function of the create_scene/add_node component of LeeSinLiang godot‑mcp. By manipulating the projectPath argument, an attacker can inject arbitrary shell commands that are executed within the context of the local user. The flaw is identified as CWE‑74 and CWE‑77. The possible impact is that a malicious user who can supply a projectPath value may compromise the local system, alter files, or exfiltrate data.

Affected Systems

The vulnerability affects the open‑source godot‑mcp package version 0.1.0 maintained by LeeSinLiang. Any installation that imports or uses the create_scene/add_node module is potentially exposed. Since this is a library component, the impact is limited to deployments of the package where the executeOperation function is invoked, and it requires local file access.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate severity, and the absence of an EPSS or KEV entry suggests that the vulnerability is not currently being exploited in the wild. Exploitation requires local access or interaction with the godot‑mcp codebase; remote attackers cannot trigger it. Therefore, the risk is moderate but confined to users with local control over the application environment.

Generated by OpenCVE AI on August 6, 2026 at 15:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of godot‑mcp that incorporates the command‑injection fix, if one has been released.
  • If an update is not yet available, sanitize the projectPath argument by validating against a whitelist of allowed directories and escaping shell metacharacters.
  • As a temporary measure, disable the create_scene/add_node component in any production instance that does not require it, or modify the code to avoid executing shell commands from user input.

Generated by OpenCVE AI on August 6, 2026 at 15:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 06 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description A flaw has been found in LeeSinLiang godot-mcp 0.1.0. Affected by this vulnerability is the function executeOperation of the file src/index.ts of the component create_scene/add_node. This manipulation of the argument projectPath causes command injection. The attack needs to be launched locally. The project was informed of the problem early through an issue report but has not responded yet.
Title LeeSinLiang godot-mcp create_scene/add_node index.ts executeOperation command injection
First Time appeared Leesinliang
Leesinliang godot-mcp
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:leesinliang:godot-mcp:*:*:*:*:*:*:*:*
Vendors & Products Leesinliang
Leesinliang godot-mcp
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Leesinliang Godot-mcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T14:46:25.786Z

Reserved: 2026-08-06T07:27:26.890Z

Link: CVE-2026-19044

cve-icon Vulnrichment

Updated: 2026-08-06T14:46:22.731Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T17:30:16Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')