CVE-2026-7061
OS Command Injection in Toowiredd MCP/HTTP Docker Service
Publication date: 2026-04-26
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| toowiredd | chatgpt-mcp-server | to 0.1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| 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 weakness in the Toowiredd chatgpt-mcp-server up to version 0.1.0, specifically in the file src/services/docker.service.ts within the MCP/HTTP component. It allows an attacker to perform OS command injection, meaning they can execute arbitrary operating system commands on the affected system.
The vulnerability can be exploited remotely, and the exploit code has been made publicly available.
How can this vulnerability impact me? :
This vulnerability can have serious impacts as it allows remote attackers to execute arbitrary OS commands on the affected server without any authentication or user interaction.
Such exploitation can lead to unauthorized access, data compromise, system manipulation, or disruption of services.