Related Vulnerabilities: CVE-2017-15041  

Go before 1.8.4 and 1.9.x before 1.9.1 allows "go get" remote command execution. Using custom domains, it is possible to arrange things so that example.com/pkg1 points to a Subversion repository but example.com/pkg1/pkg2 points to a Git repository. If the Subversion repository includes a Git checkout in its pkg2 directory and some other work is done to ensure the proper ordering of operations, "go get" can be tricked into reusing this Git checkout for the fetch of code from pkg2. If the Subversion repository's Git checkout has malicious commands in .git/hooks/, they will execute on the system running "go get".

Severity High

Remote Yes

Type Arbitrary command execution

Description

Go before 1.8.4 and 1.9.x before 1.9.1 allows "go get" remote command execution. Using custom domains, it is possible to arrange things so that example.com/pkg1 points to a Subversion repository but example.com/pkg1/pkg2 points to a Git repository. If the Subversion repository includes a Git checkout in its pkg2 directory and some other work is done to ensure the proper ordering of operations, "go get" can be tricked into reusing this Git checkout for the fetch of code from pkg2. If the Subversion repository's Git checkout has malicious commands in .git/hooks/, they will execute on the system running "go get".

AVG-442 go, go-pie 2:1.9-1 2:1.9.1-1 High Fixed

12 Oct 2017 ASA-201710-16 AVG-442 go-pie High arbitrary command execution

12 Oct 2017 ASA-201710-15 AVG-442 go High arbitrary command execution

https://github.com/golang/go/issues/22125
https://github.com/golang/tools/commit/ebae2dcdbabadfdb9880a627481eaf0079a08767