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