cve/2018/CVE-2018-6574.md
2024-06-09 00:33:16 +00:00

5.3 KiB

CVE-2018-6574

Description

Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow "go get" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked.

POC

Reference

Github