CVE-2025-68144

CVE-2025-68144 is a high-severity vulnerability in Lfprojects Model Context Protocol Servers with a CVSS 3.x base score of 7.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-88.

Key facts

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.

Frequently asked questions

What is CVE-2025-68144?
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.
How severe is CVE-2025-68144?
CVE-2025-68144 has a CVSS 3.x base score of 7.1, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and user interaction. Impact on confidentiality is none, integrity high, and availability low.
Is CVE-2025-68144 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 7% (94th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2025-68144?
CVE-2025-68144 affects Lfprojects Model Context Protocol Servers. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2025-68144?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
Does CVE-2025-68144 have an EU (EUVD) identifier?
Yes. CVE-2025-68144 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-204003.
When was CVE-2025-68144 published?
CVE-2025-68144 was published on 2025-12-17 and last updated on 2026-06-17.

References

Affected products (1)

More vulnerabilities in Lfprojects Model Context Protocol Servers

All CVEs affecting Lfprojects Model Context Protocol Servers →

Other CWE-88 (Argument Injection) vulnerabilities

Browse all CWE-88 (Argument Injection) vulnerabilities →