Loading HuntDB...

Go toolchain

2 Products 10 CVEs

CVE Severity Distribution (All Time)

Critical
0
High
0
Medium
1
Low
0

Timeline Overview

Last 30 Days 0 CVEs
Last 6 Months 0 CVEs
Last Year 0 CVEs

Recent CVEs

CVE-2023-24531 UNKNOWN 1 year ago

Command go env is documented as outputting a shell script containing the Go environment. However, go env doesn't sanitize values, so executing its ou…

CVE-2024-24787 MEDIUM 1 year, 2 months ago

On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_…

CVE-2023-45285 UNKNOWN 1 year, 7 months ago

Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via th…

CVE-2023-39323 UNKNOWN 1 year, 9 months ago

Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed …

CVE-2023-39320 UNKNOWN 1 year, 10 months ago

The go.mod toolchain directive, introduced in Go 1.21, can be leveraged to execute scripts and binaries relative to the root of the module when the "…

CVE-2023-29405 UNKNOWN 2 years, 1 month ago

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 a…

CVE-2023-29404 UNKNOWN 2 years, 1 month ago

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 a…

CVE-2023-29402 UNKNOWN 2 years, 1 month ago

The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses…

CVE-2020-28367 UNKNOWN 4 years, 8 months ago

Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via malicious gcc flags speci…

CVE-2020-28366 UNKNOWN 4 years, 8 months ago

Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via a malicious unquoted symb…