Lucene search
K

17 matches found

Tenable Nessus
Tenable Nessus
added 2024/03/07 12:0 a.m.25 views

AlmaLinux 9 : golang (ALSA-2024:1131)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2024:1131 advisory. - A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network th...

7.5CVSS7.1AI score0.00123EPSS
Exploits0References3
OSV
OSV
added 2024/03/06 11:5 a.m.23 views

BIT-GOLANG-2021-3115

Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo for example, cgo can execute a gcc program from an untrusted download...

7.5CVSS8.2AI score0.00137EPSS
Exploits0References6
AlpineLinux
AlpineLinux
added 2023/06/08 8:19 p.m.97 views

CVE-2023-29402

The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved...

9.8CVSS9.7AI score0.00125EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 4:23 a.m.1 views

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

7.5CVSS8.6AI score0.56804EPSS
Exploits0References38
OSV
OSV
added 2022/08/09 6:15 p.m.30 views

GO-2022-0201 Remote command execution via "go get" command with cgo in cmd/go

The "go get" command with cgo is vulnerable to remote command execution by leveraging the gcc or clang plugin feature. When cgo is enabled, the build step during "go get" invokes the host C compiler, gcc or clang, adding compiler flags specified in the Go source files. Both gcc and clang support ...

7.8CVSS7.7AI score0.36789EPSS
Exploits4References3
OSV
OSV
added 2022/08/09 5:31 p.m.40 views

GO-2022-0177 Remote command execution via "go get" in cmd/go

The "go get" command allows 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...

9.8CVSS8.8AI score0.03816EPSS
Exploits0References4
OSV
OSV
added 2021/01/26 6:16 p.m.25 views

CVE-2021-3115

Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo for example, cgo can execute a gcc program from an untrusted download...

7.5CVSS8AI score
Exploits0References5
Prion
Prion
added 2021/01/26 6:16 p.m.33 views

Command injection

Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo for example, cgo can execute a gcc program from an untrusted download...

5.1CVSS8.1AI score0.00137EPSS
Exploits0References5Affected Software2
UbuntuCve
UbuntuCve
added 2021/01/26 6:16 p.m.39 views

CVE-2021-3115

Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo for example, cgo can execute a gcc program from an untrusted download...

7.5CVSS7.8AI score0.00137EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2019/08/12 12:0 a.m.32 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : golang Multiple Vulnerabilities (NS-SA-2019-0047)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has golang packages installed that are affected by multiple vulnerabilities: - An arbitrary command execution flaw was found in the way Go's go get command handled the checkout of source code repositories. A remote attacker...

9.8CVSS7.2AI score0.36789EPSS
Exploits4References4
Tenable Nessus
Tenable Nessus
added 2019/04/01 12:0 a.m.32 views

openSUSE Security Update : containerd / docker / docker-runc / etc (openSUSE-2019-1079)

This update for containerd, docker, docker-runc, golang-github-docker-libnetwork, runc fixes the following issues : Security issues fixed : - CVE-2018-16875: Fixed a CPU Denial of Service bsc1118899. - CVE-2018-16874: Fixed a vulnerabity in go get command which could allow directory traversal in...

9.3CVSS7.7AI score0.59178EPSS
Exploits33References15
Tenable Nessus
Tenable Nessus
added 2019/02/04 12:0 a.m.87 views

Debian DSA-4380-1 : golang-1.8 - security update

A vulnerability was discovered in the implementation of the P-521 and P-384 elliptic curves, which could result in denial of service and in some cases key recovery. In addition this update fixes two vulnerabilities in 'go get', which could result in the execution of arbitrary shell commands. C...

9.3CVSS7.2AI score0.36789EPSS
Exploits5References6
Tenable Nessus
Tenable Nessus
added 2018/12/17 12:0 a.m.46 views

Amazon Linux AMI : golang (ALAS-2018-1130)

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.1CVSS8AI score0.56804EPSS
Exploits0References4
UbuntuCve
UbuntuCve
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.5AI score0.56804EPSS
Exploits0References2
Check Point Advisories
Check Point Advisories
added 2018/04/30 12:0 a.m.3 views

Google Golang Get Command Injection (CVE-2018-7187)

A command injection vulnerability exists in the golang client. This vulnerability is due to insufficient sanitization of user input by the go get command...

9.3CVSS2.6AI score0.07587EPSS
Exploits1
Veracode
Veracode
added 2018/02/20 2:33 a.m.37 views

Arbitrary Code Execution

github.com/golang/go is vulnerable to arbitrary code execution attacks. The library does not properly validate the import path when the -insecure flag is used for the go get command. This allows a malicious user to execute arbitrary commands through the use of a malicious website...

8.8CVSS9.1AI score0.07587EPSS
Exploits1References8Affected Software1
Mageia
Mageia
added 2018/01/21 9:31 p.m.44 views

Updated golang packages fix security vulnerabilities

An arbitrary command execution flaw was found in the way Go's "go get" command handled the checkout of source code repositories. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side CVE-2017-15041. It w...

9.8CVSS2.5AI score0.03816EPSS
Exploits0References2
Rows per page
Query Builder