go-git is an extensible git implementation library written in pure Go. Prior to 5.19.1 and 6.0.0-alpha.4, go-git's SSH transport constructs the remote exec command by wrapping the repository path in single quotes without escaping single quotes embedded inside the path. A repository path containing a single quote can therefore break out of the quoted region in the exec command and be appended as additional shell tokens. This vulnerability is fixed in 5.19.1 and 6.0.0-alpha.4.
References
| Link | Resource |
|---|---|
| https://github.com/go-git/go-git/security/advisories/GHSA-m7cr-m3pv-hgrp | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
04 Jun 2026, 18:00
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/go-git/go-git/security/advisories/GHSA-m7cr-m3pv-hgrp - Vendor Advisory | |
| First Time |
Go-git Project
Go-git Project go-git |
|
| CPE | cpe:2.3:a:go-git_project:go-git:6.0.0:alpha2:*:*:*:go:*:* cpe:2.3:a:go-git_project:go-git:6.0.0:alpha3:*:*:*:go:*:* cpe:2.3:a:go-git_project:go-git:6.0.0:alpha1:*:*:*:go:*:* cpe:2.3:a:go-git_project:go-git:*:*:*:*:*:go:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.6 |
27 May 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 15:16
Updated : 2026-06-04 18:00
NVD link : CVE-2026-45570
Mitre link : CVE-2026-45570
CVE.ORG link : CVE-2026-45570
JSON object : View
Products Affected
go-git_project
- go-git
CWE
CWE-116
Improper Encoding or Escaping of Output
