{ "id": "CVE-2023-29404", "sourceIdentifier": "security@golang.org", "published": "2023-06-08T21:15:17.077", "lastModified": "2023-06-09T13:03:48.703", "vulnStatus": "Awaiting Analysis", "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": {}, "weaknesses": [ { "source": "security@golang.org", "type": "Secondary", "description": [ { "lang": "en", "value": "CWE-94" } ] } ], "references": [ { "url": "https://go.dev/cl/501225", "source": "security@golang.org" }, { "url": "https://go.dev/issue/60305", "source": "security@golang.org" }, { "url": "https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ", "source": "security@golang.org" }, { "url": "https://pkg.go.dev/vuln/GO-2023-1841", "source": "security@golang.org" } ] }