CVE-2026-0756
Command Injection in github-kanban-mcp-server Allows Remote Code Execution
Publication date: 2026-01-23
Last updated on: 2026-01-23
Assigner: Zero Day Initiative
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| unknown_vendor | github-kanban-mcp-server | to 2026-0756 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a critical remote code execution flaw in the github-kanban-mcp-server. It occurs because the create_issue parameter does not properly validate user input before using it in a system call. This allows remote attackers to execute arbitrary code on the affected server without needing to authenticate. [1]
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary code with the privileges of the service account running the application. This can lead to full compromise of the affected system, including unauthorized access, data theft, service disruption, or further attacks within the network. [1]