Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. mcp-server-git
  4. ›
  5. CVE-2026-27735

CVE-2026-27735: mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

February 26, 2026

In mcp-server-git versions prior to 2026.1.14, the git_add tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython’s repo.index.add(, which did not enforce working-tree boundary checks for relative paths. As a result, relative paths containing ../ sequences that resolved outside the repository were accepted and staged into the Git index, potentially allowing sensitive files to be exfiltrated via subsequent commit and push operations. The fix in PR #3164 switches to repo.git.add(), which delegates to the Git CLI and properly rejects out-of-tree paths. Users are advised to upgrade to 2026.1.14 or newer to remediate this issue.

mcp-server-git thanks https://hackerone.com/0dd-g for reporting and contributing the fix.

References

  • github.com/advisories/GHSA-vjqx-cfc4-9h6v
  • github.com/modelcontextprotocol/servers
  • github.com/modelcontextprotocol/servers/commit/862e717ff714987bd5577318df09858e14883863
  • github.com/modelcontextprotocol/servers/pull/3164
  • github.com/modelcontextprotocol/servers/security/advisories/GHSA-vjqx-cfc4-9h6v
  • nvd.nist.gov/vuln/detail/CVE-2026-27735

Code Behaviors & Features

Detect and mitigate CVE-2026-27735 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2026.1.14

Fixed versions

  • 2026.1.14

Solution

Upgrade to version 2026.1.14 or above.

Impact 8.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

pypi/mcp-server-git/CVE-2026-27735.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:51 +0000.