CVE-2026-45571 PUBLISHED

go-git: Crafted repositories may modify main and submodule .git directories

Assigner: GitHub_M
Reserved: 12.05.2026 Published: 27.05.2026 Updated: 27.05.2026

go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, a path validation issue in go-git could allow crafted repository data to affect files outside the intended checkout target, including the repository's .git directory. These validations were introduced in upstream Git years ago, so the vulnerability arose from go-git drifting from those checks. This vulnerability is fixed in 5.19.1 and 6.0.0-alpha.4.

Metrics

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

Product Status

Vendor go-git
Product go-git
Versions
  • Version < 5.19.1 is affected
  • Version >= 6.0.0-alpha.1, < 6.0.0-alpha.4 is affected

References

Problem Types

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