Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires the absolute path of the file in which the directive lives, which makes exploiting this issue significantly more complex.
References
Configurations
History
No history.
Information
Published : 2023-10-05 21:15
Updated : 2024-11-21 08:15
NVD link : CVE-2023-39323
Mitre link : CVE-2023-39323
CVE.ORG link : CVE-2023-39323
JSON object : View
Products Affected
fedoraproject
- fedora
golang
- go
CWE