Server side template injection In toolchain
Description
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).
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
go | 1.19.10 | ||
debian 12 | - | ||
debian 11 | - | ||
rpm rhel9 | 0:1.19.10-1.el9_2 | ||
rpm rhel8 | 0:1.19.10-1.module+el8.8.0+19203+782922b7 | ||
rpm rhel9 | 0:1.19.10-1.el9_2 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.