Description
A weakness has been identified in dvladimirov MCP up to 0.1.0. The impacted element is the function GitSearchRequest of the file mcp_server.py of the component Git Search API. Executing a manipulation of the argument repo_url/pattern can lead to command injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-04-28
Score: 6.9 Medium
EPSS: 2.2% Low
KEV: No
Impact: Command injection allowing remote code execution
Action: Assess Impact
AI Analysis

Impact

The vulnerability resides in MCP's Git Search API, specifically the GitSearchRequest function in mcp_server.py. Malicious input injected into the repo_url or pattern arguments is passed unsanitized to a shell, resulting in arbitrary command execution on the host – a CWE‑74 Command Injection flaw that also reflects a CWE‑77 Improper Restriction of Operations within a Component. This can allow an attacker to read, modify, delete data, install malware, and compromise confidentiality, integrity, and availability of the affected system.

Affected Systems

MCP by dvladimirov, versions up to 0.1.0. No further subversions are listed.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score is 1%, indicating a low but non‑zero exploitation probability. The vulnerability is not listed in KEV, but public exploits are available and the attack vector is remote via the exposed API. The absence of filtering on repo_url/pattern makes exploitation highly likely. Administrators should consider it a high‑risk issue pending a patch.

Generated by OpenCVE AI on April 28, 2026 at 19:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for an updated MCP release that contains a fix, and upgrade when available.
  • Restrict access to the Git Search API endpoint so that only trusted internal hosts or authenticated users can invoke it.
  • Implement input validation or sanitization for the repo_url and pattern parameters to prevent unsanitized shell command construction.

Generated by OpenCVE AI on April 28, 2026 at 19:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Apr 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Apr 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Dvladimirov
Dvladimirov mcp
Vendors & Products Dvladimirov
Dvladimirov mcp

Tue, 28 Apr 2026 01:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in dvladimirov MCP up to 0.1.0. The impacted element is the function GitSearchRequest of the file mcp_server.py of the component Git Search API. Executing a manipulation of the argument repo_url/pattern can lead to command injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Title dvladimirov MCP Git Search API mcp_server.py GitSearchRequest command injection
Weaknesses CWE-74
CWE-77
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-04-28T12:59:08.328Z

Reserved: 2026-04-27T15:01:13.378Z

Link: CVE-2026-7211

cve-icon Vulnrichment

Updated: 2026-04-28T12:59:03.702Z

cve-icon NVD

Status : Deferred

Published: 2026-04-28T01:16:02.333

Modified: 2026-04-29T01:00:01.613

Link: CVE-2026-7211

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T19:45:07Z

Weaknesses