Lucene search
+L

2265 matches found

BDU FSTEC
BDU FSTEC
added 2018/04/04 12:00 a.m.12 views

The vulnerability of the “go get” command implementation in the Go programming language allows a perpetrator to execute arbitrary commands.

The vulnerability of the “go get” command in the Go programming language exists due to insufficient validation of input data insufficient checking of the import path when using the “-insecure” option. Exploiting this vulnerability allows a malicious actor to execute arbitrary commands using a...

9.3CVSS7.6AI score0.63027EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2018/02/16 5:29 p.m.8 views

UBUNTU-CVE-2018-7187

The "go get" implementation in Go 1.9.4, when the -insecure command-line option is used, does not validate the import path get/vcs.go only checks for "://" anywhere in the string, which allows remote attackers to execute arbitrary OS commands via a crafted web site...

8.8CVSS7.4AI score0.63027EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2018/02/07 9:29 p.m.30 views

CVE-2018-6574

Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow "go get" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked...

7.8CVSS7.2AI score0.07625EPSS
SaveExploits4References3
n0where
n0where
added 2017/11/14 7:15 p.m.24 views

Open Source Threat Intelligence Gathering & Processing Framework: GOSINT

The GOSINT framework is a project used for collecting, processing, and exporting high quality indicators of compromise IOCs. GOSINT allows a security analyst to collect and standardize structured and unstructured threat intelligence. Applying threat intelligence to security operations enriches...

6.8AI score
SaveExploits0References2
CNVD
CNVD
added 2017/10/20 12:00 a.m.9 views

Google Golang Go Denial of Service Vulnerability

Google Golang Go is a programming language optimized for programming applications on multiprocessor systems by Google. A security vulnerability exists in Google Golang Go versions 1.7.3 and 1.6.3. An attacker can cause a denial of service file descriptor exhaustion by sending a specially crafted...

7.5CVSS5.6AI score0.02078EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2017/10/18 8:29 p.m.37 views

CVE-2015-5740

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request with two Content-length headers...

9.8CVSS6.9AI score0.03657EPSS
SaveExploits0References2
Prion
Prion
added 2017/10/18 8:29 p.m.25 views

Design/Logic Flaw

The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by "Content Length" instead of "Content-Length."...

7.5CVSS6.9AI score0.09625EPSS
SaveExploits0References9Affected Software6
OSV
OSV
added 2017/10/18 8:29 p.m.7 views

UBUNTU-CVE-2015-5739

The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by "Content Length" instead of "Content-Length."...

9.8CVSS6.8AI score0.09625EPSS
SaveExploits0References3
Prion
Prion
added 2017/10/05 9:29 p.m.24 views

Design/Logic Flaw

An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was...

4.3CVSS7.2AI score0.01105EPSS
SaveExploits0References8Affected Software1
UbuntuCve
UbuntuCve
added 2017/10/05 9:29 p.m.35 views

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

9.8CVSS7AI score0.08944EPSS
SaveExploits0References4
OSV
OSV
added 2017/10/05 1:29 a.m.11 views

AZL-79016 CVE-2017-1000098 affecting package golang 1.25.7-1

The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file descriptors...

7.5CVSS6.6AI score0.02078EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/05 1:29 a.m.13 views

AZL-79076 CVE-2017-1000097 affecting package golang 1.25.7-1

On Darwin, user's trust preferences for root certificates were not honored. If the user had a root certificate loaded in their Keychain that was explicitly not trusted, a Go program would still verify a connection using that root certificate...

7.5CVSS6.5AI score0.01287EPSS
SaveExploits0References1
OSV
OSV
added 2017/10/05 1:29 a.m.6 views

UBUNTU-CVE-2017-1000098

The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file descriptors...

7.5CVSS6.2AI score0.02078EPSS
SaveExploits0References4
OSV
OSV
added 2017/09/20 11:29 p.m.6 views

DEBIAN-CVE-2017-14623

In the ldap.v2 aka go-ldap package through 2.5.0 for Go, an attacker may be able to login with an empty password. This issue affects an application using this package if these conditions are met: 1 it relies only on the return error of the Bind function call to determine whether a user is...

8.1CVSS6.7AI score0.01671EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2017/08/01 2:23 p.m.9 views

golang: net/http: multipart ReadForm close file after copy

The net/http package's Request.ParseMultipartForm method starts writing to temporary files once the request body size surpasses the given "maxMemory" limit. It was possible for an attacker to generate a multipart request crafted such that the server ran out of file descriptors...

7.5CVSS5.8AI score0.02078EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2017/08/01 2:23 p.m.14 views

golang: Elliptic curves carry propagation issue in x86-64 P-256

A carry propagation flaw was found in the implementation of the P-256 elliptic curve in golang. An attacker could possibly use this flaw to extract private keys when static ECDH was used...

5.9CVSS7.3AI score0.02225EPSS
SaveExploits0References4
OSV
OSV
added 2017/07/06 4:29 p.m.6 views

UBUNTU-CVE-2017-8932

A bug in the standard library ScalarMult implementation of curve P-256 for amd64 architectures in Go before 1.7.6 and 1.8.x before 1.8.2 causes incorrect results to be generated for specific input points. An adaptive attack can be mounted to progressively extract the scalar input to ScalarMult by...

5.9CVSS6.5AI score0.02225EPSS
SaveExploits0References2
OSV
OSV
added 2016/07/19 2:00 a.m.8 views

AZL-78994 CVE-2016-5386 affecting package golang 1.25.7-1

The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTPPROXY environment variable, which might allow remote attackers to redirect a CGI...

8.1CVSS6.9AI score0.0522EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2016/07/19 1:00 a.m.31 views

CVE-2016-5386

The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTPPROXY environment variable, which might allow remote attackers to redirect a CGI...

7.8AI score0.0522EPSS
SaveExploits0References9
CNVD
CNVD
added 2016/07/19 12:00 a.m.9 views

GO Language httpoxy Remote Proxy Infection Vulnerability

Go language is the second open source programming language released by Google. httpoxy is a set of vulnerabilities that affect application code running in a CGI environment. The vulnerabilities exist primarily in multiple web servers, web frameworks, and programming languages. The Proxy field nam...

8.1CVSS8.1AI score0.0522EPSS
SaveExploits0References1
Rows per page
Query Builder