Fixed
Created: May 15, 2023
Updated: Dec 11, 2024
Resolved Date: Dec 14, 2023
Found In Version: 10.19.45.1
Fix Version: 10.19.45.31
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Userspace
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).
https://nvd.nist.gov/vuln/detail/CVE-2023-29402