Arbitrary Code Injection The advisory has been revoked - it doesn't affect any version of package go-toolset-7-golang.src  (opens in a new tab)


Threat Intelligence

EPSS
0.08% (25th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL10-GOTOOLSET7GOLANGSRC-15352677
  • published26 Feb 2026
  • disclosed8 Jun 2023

Introduced: 8 Jun 2023

CVE-2023-29404  (opens in a new tab)
CWE-94  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream go-toolset-7-golang.src package and not the go-toolset-7-golang.src package as distributed by RHEL.

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.