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 "go" command was executed within the module. This applies to modules downloaded using the "go" command from the module proxy, as well as modules downloaded directly using VCS software.
References
Link | Resource |
---|---|
https://go.dev/cl/526158 | Patch |
https://go.dev/issue/62198 | Issue Tracking |
https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ | Release Notes |
https://pkg.go.dev/vuln/GO-2023-2042 | Vendor Advisory |
https://security.gentoo.org/glsa/202311-09 | |
https://security.netapp.com/advisory/ntap-20231020-0004/ | Third Party Advisory |
Configurations
History
25 Nov 2023, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-09-08 17:15
Updated : 2024-02-05 00:01
NVD link : CVE-2023-39320
Mitre link : CVE-2023-39320
CVE.ORG link : CVE-2023-39320
JSON object : View
Products Affected
golang
- go
CWE
CWE-94
Improper Control of Generation of Code ('Code Injection')