CVE-2026-33762 PUBLISHED

go-git: Missing validation decoding Index v4 files leads to panic

Assigner: GitHub_M
Reserved: 23.03.2026 Published: 31.03.2026 Updated: 31.03.2026

go-git is an extensible git implementation library written in pure Go. Prior to version 5.17.1, go-git’s index decoder for format version 4 fails to validate the path name prefix length before applying it to the previously decoded path name. A maliciously crafted index file can trigger an out-of-bounds slice operation, resulting in a runtime panic during normal index parsing. This issue only affects Git index format version 4. Earlier formats (go-git supports only v2 and v3) are not vulnerable to this issue. This issue has been patched in version 5.17.1.

Metrics

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

Product Status

Vendor go-git
Product go-git
Versions
  • Version < 5.17.1 is affected

References

Problem Types

  • CWE-129: Improper Validation of Array Index CWE