7.5
CVSSv3

CVE-2023-45285

Published: 06/12/2023 Updated: 20/01/2024
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

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 "" 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).

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

golang go

Mailing Lists

groupsgooglecom/g/golang-announce/c/iLGK3x6yuNo reports: Hello gophers, We have just released Go versions 1215 and 12012, minor point releases These minor releases include 3 security fixes following the security policy: - net/http: limit chunked data overhead A malicious HTTP sender can use chunk extensions to cause a rece ...