First published: Thu Oct 05 2017(Updated: )
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."
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/golang | <1.8.4 | 1.8.4 |
redhat/golang | <1.9.1 | 1.9.1 |
Ruby | <=1.8.3 | |
Ruby | =1.9 | |
Debian | =9.0 | |
redhat developer tools | =1.0 | |
redhat enterprise Linux eus | =7.6 | |
redhat enterprise Linux eus | =7.7 | |
redhat enterprise Linux server | =7.0 | |
redhat enterprise Linux server aus | =7.6 | |
redhat enterprise Linux server aus | =7.7 | |
redhat enterprise linux tus | =7.6 | |
redhat enterprise linux tus | =7.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-15041 has a high severity due to the potential for remote command execution.
To fix CVE-2017-15041, upgrade Golang to version 1.8.4 or above for 1.8.x, or to version 1.9.1 or above for 1.9.x.
CVE-2017-15041 affects Golang versions prior to 1.8.4 and 1.9.x prior to 1.9.1.
CVE-2017-15041 impacts various distributions of Linux that utilize the affected versions of Golang.
Yes, CVE-2017-15041 is a publicly known vulnerability affecting specific versions of Golang.