{"id":"CVE-2026-71557","aliases":["GHSA-qgq7-7hm3-q39j","GO-2026-6214"],"url":"https://o3.security/vulnerability/CVE-2026-71557","summary":"go-git: Malicious reference names may modify files outside the reference storage","details":"### Impact\nA path traversal issue in `go-git` could allow malicious reference names to access files outside the repository's intended reference storage.\n\nLoose references are stored under `.git/<reference-name>`. The reference name was previously used as a path without verifying that the resolved path remained within the reference storage. A name such as `refs/heads/../../config` could therefore resolve to unrelated repository metadata such as `.git/config` or `.git/HEAD`.\n\nA malicious Git server could advertise such a reference name. The name may also survive refspec mapping; for example, it could be mapped to `refs/remotes/origin/../../config` during a clone or fetch operation.\n\nThis vulnerability affects filesystem-backed repositories using the `storage/filesystem` package and its `dotgit` reference storage. Users relying exclusively on the in-memory storage implementation, `storage/memory`, are not affected, because reference names are not resolved as filesystem paths.\n\nExploitation requires an application using `go-git` with filesystem-backed storage to interact with a malicious Git server or otherwise process attacker-controlled reference names.\n\n### Patches\nThe issue has been addressed by validating reference names at the `dotgit` storage entry points and rejecting names whose resolved paths could escape the reference storage.\n\nUsers of filesystem-backed storage should upgrade to a patched version.\n\n### Workarounds\nApplications that exclusively use `storage/memory` are not affected and do not require a workaround for this vulnerability.\n\nFor applications using filesystem-backed storage, avoid cloning from or fetching from untrusted Git servers until an upgrade is possible.\n\nApplications that directly construct or process reference names may also validate them before passing them to filesystem-backed `go-git` storage. Application-level validation should only be considered a temporary mitigation and does not replace upgrading to a patched version.\n\n### References\n- Fixes:\n  - https://github.com/go-git/go-git/pull/2247\n  - https://github.com/go-git/go-git/pull/2254\n\n### Credits\n\nThanks to @Saku0512 for reporting this issue and @Sahana2524 for proposing the initial fix. 🙇","published":"2026-08-07T16:41:31.070Z","modified":"2026-09-18T18:26:43.995077483Z","cvss":{"score":6.3,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:L"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"Go","name":"github.com/go-git/go-git/v5","fixedVersion":"5.19.2"},{"ecosystem":"Go","name":"github.com/go-git/go-git/v6","fixedVersion":"6.0.0-alpha.5"}],"fix":{"url":"https://github.com/go-git/go-git/commit/4a0e66d555de5f9a30c31e2df64f445f42bd01e7","label":"go-git/go-git@4a0e66d"},"references":[{"type":"WEB","url":"https://github.com/go-git/go-git/releases/tag/v5.19.2"},{"type":"WEB","url":"https://github.com/go-git/go-git/releases/tag/v6.0.0-alpha.5"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71557.json"},{"type":"ADVISORY","url":"https://github.com/go-git/go-git/security/advisories/GHSA-qgq7-7hm3-q39j"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-71557"},{"type":"FIX","url":"https://github.com/go-git/go-git/commit/4a0e66d555de5f9a30c31e2df64f445f42bd01e7"},{"type":"FIX","url":"https://github.com/go-git/go-git/commit/da9f7d8a0e98b475600177348d6ece384a370f36"},{"type":"FIX","url":"https://github.com/go-git/go-git/pull/2247"},{"type":"FIX","url":"https://github.com/go-git/go-git/pull/2254"},{"type":"PACKAGE","url":"https://github.com/go-git/go-git"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-09-18T18:26:43.995077483Z"}}