PT-2026-6397 · Npm · @Coding-Solo/Godot-Mcp
Publicado
2026-02-04
·
Atualizado
2026-02-04
CVSS v3.1
7.8
Alta
| Vetor | AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
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 scene, add node, load 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
Correção
OS Command Injection
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Enumeração de Fraquezas
Identificadores relacionados
Produtos afetados
@Coding-Solo/Godot-Mcp