mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 02:42:13 +02:00
18 lines
736 B
Markdown
18 lines
736 B
Markdown
### [CVE-2018-7187](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7187)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The "go get" implementation in Go 1.9.4, when the -insecure command-line option is used, does not validate the import path (get/vcs.go only checks for "://" anywhere in the string), which allows remote attackers to execute arbitrary OS commands via a crafted web site.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/golang/go/issues/23867
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|