Description
A vulnerability was detected in Kino-Kafkaesque ssh-mcp-server up to 8ebbbb99b26f80ff6162fe00957c6dec73fbc5a5. Impacted is the function ssh_exec of the file src/index.ts of the component SSH Command Handler. Performing a manipulation of the argument host/username results in command injection. The attack requires a local approach. The actual existence of this vulnerability is currently in question. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project maintainer explains: "The intended threat model is that this MCP server is a local/trusted tool for an agent to execute commands over SSH, so callers already have meaningful execution capability through the exposed shell."
Published: 2026-08-06
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The weakness sits in the ssh_exec handler of the ssh‑mcp‑server, where manipulations of the host or username parameters can lead to the injection of arbitrary shell commands. The flaw is classified as command injection (CWE‑74). The maintainers note that the actual existence of the vulnerability is in question; they acknowledge that the code may or may not actually allow injection, and the product is intended for local use where callers already possess execution capability. Because of this uncertainty, the real risk may be lower than a typical operational scenario would suggest.

Affected Systems

Any release of Kino‑Kafkaesque’s ssh‑mcp‑server up to commit 8ebbbb99b26f80ff6162fe00957c6dec73fbc5a5 may contain the flaw. The project follows a rolling release model, so newer commits may contain a fix, but no specific version numbers are available for the affected state.

Risk and Exploitability

The CVSS score of 4.8 indicates a moderate risk profile. No EPSS score is available, and the vulnerability is not listed in CISA KEV. Exploitation requires local access to the ssh‑mcp‑server, meaning the attacker must already have local privileges or otherwise be able to run the tool. However, given the uncertainty about whether the flaw actually exists, the real likelihood and impact remain indeterminate, and the overall risk should be considered contingent on further confirmation.

Generated by OpenCVE AI on August 6, 2026 at 16:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict local access to the ssh‑mcp‑server so that only trusted users or automated agents can invoke it.
  • Apply an update that patches the ssh_exec implementation or deploy a later commit that fixes the injection.
  • Implement input validation to reject or escape shell metacharacters in host and username arguments.

Generated by OpenCVE AI on August 6, 2026 at 16:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 14: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 13:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in Kino-Kafkaesque ssh-mcp-server up to 8ebbbb99b26f80ff6162fe00957c6dec73fbc5a5. Impacted is the function ssh_exec of the file src/index.ts of the component SSH Command Handler. Performing a manipulation of the argument host/username results in command injection. The attack requires a local approach. The actual existence of this vulnerability is currently in question. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project maintainer explains: "The intended threat model is that this MCP server is a local/trusted tool for an agent to execute commands over SSH, so callers already have meaningful execution capability through the exposed shell."
Title Kino-Kafkaesque ssh-mcp-server SSH index.ts ssh_exec command injection
First Time appeared Kino-kafkaesque
Kino-kafkaesque ssh-mcp-server
Weaknesses CWE-74
CWE-77
CPEs cpe:2.3:a:kino-kafkaesque:ssh-mcp-server:*:*:*:*:*:*:*:*
Vendors & Products Kino-kafkaesque
Kino-kafkaesque ssh-mcp-server
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

Kino-kafkaesque Ssh-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T13:59:05.205Z

Reserved: 2026-08-06T05:56:33.587Z

Link: CVE-2026-19039

cve-icon Vulnrichment

Updated: 2026-08-06T13:57:40.410Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T13:17:27.980

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-19039

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T18:30:03Z

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')