Vulnerability Report: GO-2023-1839
- CVE-2023-29402
- Affects: cmd/go
- Published: Jun 08, 2023
- Modified: May 20, 2024
The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via "go get", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).
Affected Packages
-
PathVersionsSymbols
-
before go1.19.10, from go1.20.0-0 before go1.20.5all symbols
Aliases
References
- https://go.dev/issue/60167
- https://go.dev/cl/501226
- https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ
- https://vuln.go.dev/ID/GO-2023-1839.json
Credits
- Juho Nurminen of Mattermost
Feedback
See anything missing or incorrect?
Suggest an edit to this report.