Vulnerability Report: GO-2023-1842
- CVE-2023-29405
- Affects: cmd/go, cmd/cgo
- Published: Jun 08, 2023
- Modified: May 20, 2024
The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.
Affected Packages
-
PathVersionsSymbols
-
before go1.19.10, from go1.20.0-0 before go1.20.5all symbols
-
before go1.19.10, from go1.20.0-0 before go1.20.5all symbols
Aliases
References
- https://go.dev/issue/60306
- https://go.dev/cl/501224
- https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ
- https://vuln.go.dev/ID/GO-2023-1842.json
Credits
- Juho Nurminen of Mattermost
Feedback
See anything missing or incorrect?
Suggest an edit to this report.