OS Command Injection In golang-1.15
Description
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. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
go | 1.19.10 | ||
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.