CVE-2026-71556: go-git: Worktree operations may follow symlinks

Published Aug 7, 2026
·
Updated

Impact

A symlink traversal issue in go-git could allow worktree operations to modify files outside the intended worktree path.

The worktreeFilesystem wrapper rejected dangerous path strings, including paths containing .git, parent-directory components, or control characters. However, it did not prevent filesystem operations from following symbolic links that were already present in the worktree.

As a result, a path that is safe when evaluated as a string could still resolve into the repository's Git metadata directory. For example, if s is a symbolic link to .git, writing to s/config would modify .git/config.

A symbolic link at the final path component could also be followed. For example, if s points directly to .git/config, opening s for writing with truncation could overwrite the repository configuration.

Exploitation requires an attacker to be able to introduce or control a symbolic link in the worktree and cause the application to perform a write through that path.

Applications using storage/memory for their Storer, or go-billy/memfs for their Worktree, are not affected by this vulnerability.

Patches

The issue has been addressed by making the worktree filesystem wrapper a symlink-safe boundary.

Worktree operations now reject paths where an existing symbolic link in any path component could cause the operation to escape the intended worktree location, including symbolic links at the final component.

Users of filesystem-backed worktrees should upgrade to a patched version.

Credits

Thanks to @kodareef5 for reporting this issue and working with the go-git security team toward its resolution. :1stplacemedal: We would also like to thank @HughLewis20, who independently reported the same issue while a fix was already in progress.

Other sources

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.2 and 6.0.0-alpha.5, worktree operations (including checkout, status, and add) resolve symbolic links inside the working tree without confining resolution to the worktree boundary, so a maliciously crafted repository containing a symlink can cause go-git to read from or write to files outside the intended working directory when the repository is cloned and its worktree operations are used. Versions 5.19.2 and 6.0.0-alpha.5.

MITRE

Affected Software

3 affected componentsFixes available
go-git go-git>5.19.2<6.0.0-alpha.5
go/github.com/go-git/go-git/v6<=6.0.0-alpha.4
6.0.0-alpha.5
go/github.com/go-git/go-git/v5<=5.19.1
5.19.2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade go/github.com/go-git/go-git/v6 to a version that resolves this vulnerability.

    Fixed in 6.0.0-alpha.5
  2. Upgrade

    Upgrade go/github.com/go-git/go-git/v5 to a version that resolves this vulnerability.

    Fixed in 5.19.2
  3. Upgrade

    Upgrade go-git to a version that resolves this vulnerability.

    Fixed in 5.19.2
  4. Upgrade

    Upgrade go-git to a version that resolves this vulnerability.

    Fixed in 6.0.0-alpha.5

Event History

Aug 7, 2026
CVE Published
via MITRE·04:37 PM
Data Sourced
via MITRE·04:37 PM
DescriptionSeverityWeakness
Advisory Published
via GitHub·04:38 PM
Data Sourced
via GitHub·04:38 PM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-71556?

CVE-2026-71556 has a high severity rating of 7.1.

2

How do I fix CVE-2026-71556?

To fix CVE-2026-71556, update go-git to version 5.19.2 or later, or 6.0.0-alpha.5 or later.

3

What are the potential risks associated with CVE-2026-71556?

CVE-2026-71556 may allow malicious symlinks to be resolved outside the worktree boundary, potentially leading to unauthorized access to files.

4

Which versions of go-git are affected by CVE-2026-71556?

CVE-2026-71556 affects go-git versions prior to 5.19.2 and 6.0.0-alpha.5.

5

What operations are impacted by CVE-2026-71556?

Worktree operations such as checkout, status, and add are impacted by CVE-2026-71556.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203