CVE-2018-6574 this vulnerability impacts Golang go get command and allows an attacker to gain code execution on a system by installing a malicious library, this vulnerability was fixed in Go 1.8. 7, 1.9. 4 and 1.10rc2. Golang will build native extensions.# cve-2018-6574-exploit
```
gcc -shared -o attack.so -fPIC attack.c
go get github.com/zerbaliy3v/cve-2018-6574-exploit
```
[4.0K] /data/pocs/b46a5a83329c98a35252759183a26f30ad894d67
├── [ 145] attack.c
├── [ 333] main.go
└── [ 123] README.md
0 directories, 3 files