You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This vulnerability has been modified since it was last analyzed by the NVD. It is awaiting reanalysis which may result in further changes to the information provided.
Description
In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it's possible to arrange things so that a Git repository is cloned to a folder named ".git" by using a vanity import path that ends with "/.git". If the Git repository root contains a "HEAD" file, a "config" file, an "objects" directory, a "refs" directory, with some work to ensure the proper ordering of operations, "go get -u" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the "config" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running "go get -u".
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to nvd@nist.gov.
OR
*cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* versions up to (excluding) 1.10.6
*cpe:2.3:a:golang:go:*:*:*:*:*:*:*:* versions from (including) 1.11.0 up to (excluding) 1.11.3
Changed
Reference Type
http://www.securityfocus.com/bid/106226 No Types Assigned
http://www.securityfocus.com/bid/106226 Third Party Advisory, VDB Entry
Changed
Reference Type
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16873 No Types Assigned
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16873 Issue Tracking, Third Party Advisory
Changed
Reference Type
https://groups.google.com/forum/?pli=1#!topic/golang-announce/Kw31K8G7Fi0 No Types Assigned
https://groups.google.com/forum/?pli=1#!topic/golang-announce/Kw31K8G7Fi0 Third Party Advisory
Changed
Reference Type
https://security.gentoo.org/glsa/201812-09 No Types Assigned
https://security.gentoo.org/glsa/201812-09 Mitigation, Third Party Advisory
CVE Modified by Red Hat, Inc.12/22/2018 6:29:01 AM