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


Threat Intelligence

EPSS
1.71% (75th 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-RHEL9-GOLANGDOCS-9667653
  • published7 Apr 2025
  • disclosed8 Jun 2023

Introduced: 8 Jun 2023

CVE-2023-29405  (opens in a new tab)
CWE-74  (opens in a new tab)

Amendment

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

NVD Description

Note: Versions mentioned in the description apply only to the upstream golang-docs package and not the golang-docs 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. 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.