3 matches found
Arbitrary code execution during build via line directives in cmd/go
...
Security update for go1.24
This update for go1.24 fixes the following issues: CVE-2025-22866: Fixed timing sidechannel for P-256 on ppc64le bsc1236801. CVE-2025-22867: Fixed arbitrary code execution during build on darwin bsc1236839. Other fixes: go1.2r42 release tracking bsc1236217 Patch Instructions: To install this SUSE...
CVE-2023-29405
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...