Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Model Context Protocol Servers | < 2025.12.17 |
Related Weaknesses (CWE)
References
FAQ
What is CVE-2025-68144?
CVE-2025-68144 is a vulnerability with a CVSS score of 7.1 (HIGH). 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., `--o...
How severe is CVE-2025-68144?
CVE-2025-68144 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-68144?
Check the references section above for vendor advisories and patch information. Affected products include: Lfprojects Model Context Protocol Servers.