CVE-2025-68144

HIGH

mcp-server-git <2025.12.17 - Code Injection

Title source: llm
STIX 2.1

Description

In mcp-server-git versions prior to 2025.12.17, the git_diff and git_checkout functions passed user-controlled arguments directly to git CLI commands without sanitization. Flag-like values (e.g., `--output=/path/to/file` for `git_diff`) would be interpreted as command-line options rather than git refs, enabling arbitrary file overwrites. The fix adds validation that rejects arguments starting with - and verifies the argument resolves to a valid git ref via rev_parse before execution. Users are advised to update to 2025.12.17 resolve this issue when it is released.

Scores

CVSS v3 7.1
EPSS 0.0003
EPSS Percentile 8.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-88
Status published
Products (3)
lfprojects/model_context_protocol_servers < 2025.12.17
modelcontextprotocol/servers < 2025.12.17
pypi/mcp-server-git 0 - 2025.12.18PyPI
Published Dec 17, 2025
Tracked Since Feb 18, 2026