Command Injection Vulnerability in GitHub Kanban MCP Server by Sunwood AI Labs
CVE-2025-53818
8.9HIGH
What is CVE-2025-53818?
The GitHub Kanban MCP Server, used for managing GitHub issues in a Kanban board format, suffers from a command injection vulnerability in versions 0.3.0 and 0.4.0. This vulnerability arises from the server's add_comment
tool, which employs the insecure Node.js child process API exec
. As it concatenates untrusted user input to execute GitHub commands, malicious users could exploit this mechanism to execute arbitrary commands on the server. Currently, there are no patches available to mitigate this issue, making it critical for users to exercise caution when using this software.
Affected Version(s)
github-kanban-mcp-server >= 0.3.0, <= 0.4.0