← Back to CVE List

CVE-2023-39323

Published: 2023-10-05T21:15Z
Last Modified: 2024-11-21T08:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt