CVE-2023-45285
HIGH7.5EPSS 0.06%Command 'go get' may unexpectedly fallback to insecure git in cmd/go
發布日:2023/12/6修改日:2026/4/28
描述
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).
受影響套件(4)
- Bitnami/golangfrom 0, < 1.20.12, >= 1.21.0-0, < 1.21.5
- Debian/golang-1.15from 0
- Debian/golang-1.19from 0
- Go/toolchainfrom 0, < 1.20.12, >= 1.21.0-0, < 1.21.5
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.5 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
參考連結(7)
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2023-45285
- PATCHhttps://go.dev/cl/540257
- REPORThttps://go.dev/issue/63845
- WEBhttps://groups.google.com/g/golang-dev/c/6ypN5EjibjM/m/KmLVYH_uAgAJ
- WEBhttps://lists.fedoraproject.org/archives/list/[email protected]/message/UIU6HOGV6RRIKWM57LOXQA75BGZSIH6G/
- WEBhttps://nvd.nist.gov/vuln/detail/CVE-2023-45285
- WEBhttps://pkg.go.dev/vuln/GO-2023-2383