Lucene search
+L

37 matches found

NVD
NVD
added 2018/12/14 2:29 p.m.22 views

CVE-2018-16874

In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces both '' and '' characters. Specifically, it is only vulnerable in GOPATH mode, but not in module mode th...

8.1CVSS7.5AI score0.05039EPSS
SaveExploits0References12
Prion
Prion
added 2018/12/14 2:29 p.m.24 views

Design/Logic Flaw

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 ...

6.8CVSS8AI score0.66252EPSS
SaveExploits0References12Affected Software5
ATTACKERKB
ATTACKERKB
added 2018/12/14 2:29 p.m.5 views

CVE-2018-16874

In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces both '' and '' characters. Specifically, it is only vulnerable in GOPATH mode, but not in module mode th...

8.1CVSS8.9AI score0.05039EPSS
SaveExploits0References15Affected Software1
OSV
OSV
added 2018/12/14 2:29 p.m.25 views

CVE-2018-16874

In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces both '' and '' characters. Specifically, it is only vulnerable in GOPATH mode, but not in module mode th...

8.1CVSS7.1AI score0.05039EPSS
SaveExploits0References12
OSV
OSV
added 2018/12/14 2:29 p.m.28 views

CVE-2018-16873

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 ...

8.1CVSS7.9AI score0.66252EPSS
SaveExploits0References12
EUVD
EUVD
added 2018/12/14 2:0 p.m.3 views

EUVD-2018-8665

In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces both '' and '' characters. Specifically, it is only vulnerable in GOPATH mode, but not in module mode th...

8.1CVSS7.6AI score0.05039EPSS
SaveExploits0References16
Debian CVE
Debian CVE
added 2018/12/14 2:0 p.m.30 views

CVE-2018-16874

Removed by vendor...

8.1CVSS7.2AI score0.05039EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2018/12/14 2:0 p.m.32 views

CVE-2018-16873

Removed by vendor...

8.1CVSS7.2AI score0.66252EPSS
SaveExploits0
CVE
CVE
added 2018/12/14 2:0 p.m.264 views

CVE-2018-16873

CVE-2018-16873 is a Go go get remote code execution vulnerability (GOPATH mode) where a malicious package import path can cause the parent directory to be treated as a Git repository root, leading to execution of commands from the repository’s config if it contains malicious directives. Connected...

8.1CVSS8.5AI score0.66252EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2018/12/14 2:0 p.m.28 views

CVE-2018-16874

In Go before 1.10.6 and 1.11.x before 1.11.3, the "go get" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces both '' and '' characters. Specifically, it is only vulnerable in GOPATH mode, but not in module mode th...

6.8CVSS8.3AI score0.05039EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2018/09/07 12:0 a.m.78 views

PT-2018-3479 · Google +2 · Go +2

Name of the Vulnerable Software and Affected Versions: Go versions prior to 1.10.6 Go versions 1.11.x prior to 1.11.3 Description: The issue is related to the "go get" command in the Go programming language, which is vulnerable to directory traversal when executed with the import path of a...

9.8CVSS7AI score0.97919EPSS
SaveExploits241References381
RedHat Linux
RedHat Linux
added 2017/12/14 11:34 a.m.41 views

Moderate: Red Hat Security Advisory: go-toolset-7 and go-toolset-7-golang security and bug fix update

An update for go-toolset-7 and go-toolset-7-golang is now available for Red Hat Developer Tools. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.8CVSS7AI score0.08944EPSS
SaveExploits0References3
Filippo.io
Filippo.io
added 2017/08/12 11:39 p.m.121 views

Cleaning up my GOPATH with Homebrew

tl;dr: use the script at the bottom to go get into the Homebrew "Cellar" and keep your GOPATH clean. I personally like GOPATH and import paths, but while trying to reduce my laptop to a thin reproducible client, I felt the pain of keeping track of the hundreds of repositories that end up in there...

6.9AI score
SaveExploits0
Filippo.io
Filippo.io
added 2017/08/12 11:39 p.m.17 views

Cleaning up my GOPATH with Homebrew

tl;dr: use the script at the bottom to go get into the Homebrew "Cellar" and keep your GOPATH clean. I personally like GOPATH and import paths, but while trying to reduce my laptop to a thin reproducible client, I felt the pain of keeping track of the hundreds of repositories that end up in there...

7.4AI score
SaveExploits0
Filippo.io
Filippo.io
added 2017/04/23 7:56 p.m.15 views

Reproducing Go binaries byte-by-byte

Fully reproducible builds are important because they bridge the gap between auditable open source and convenient binary artifacts. Technologies like TUF and Binary Transparency provide accountability for what binaries are shipped to users, but that's of limited utility if there is no way short of...

7AI score
SaveExploits0
Filippo.io
Filippo.io
added 2017/02/07 8:47 p.m.26 views

Go Time #32 - Hellogopher, whosthere?

I joined Erik St. Martin, Carlisia Pinto and Brian Ketelsen for episode 32 of the Go Time podcast to chat about Hellogopher, whosthere whoami.filippo.io, $GOPATH, TLS 1.3, Cloudflare's secret reverse proxy, and more. Go Time 32 — Hellogopher, whosthere? with Filippo Valsorda hellogopher — "just...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2014/11/14 12:0 a.m.32 views

openSUSE Security Update : docker / go (openSUSE-SU-2014:1411-1)

Docker was updated to version 1.3.1 to fix two security issues and several other bugs. These security issues were fixed : - Prevent fallback to SSL protocols lower than TLS 1.0 for client, daemon and registry CVE-2014-5277. - Secure HTTPS connection to registries with certificate verification and...

5CVSS6.8AI score0.01867EPSS
SaveExploits0References4
Rows per page
Query Builder