Lucene search

K
cvelistGoCVELIST:CVE-2023-45285
HistoryDec 06, 2023 - 4:27 p.m.

CVE-2023-45285 Command 'go get' may unexpectedly fallback to insecure git in cmd/go

2023-12-0616:27:55
Go
raw.githubusercontent.com
2
go get
insecure git
module proxy

6 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

25.0%

Using go get to fetch a module with the โ€œ.gitโ€ suffix may unexpectedly fallback to the insecure โ€œgit://โ€ protocol if the module is unavailable via the secure โ€œhttps://โ€ and โ€œgit+ssh://โ€ protocols, even if GOINSECURE is not set for said module. This only affects users who are not using the module proxy and are fetching modules directly (i.e. GOPROXY=off).