Lucene search
+L

2264 matches found

RedHat Linux
RedHat Linux
added 2023/03/15 7:58 p.m.10 views

golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests

A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache...

5.3CVSS6.6AI score0.05623EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2023/03/10 8:0 a.m.6 views

Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net

...

7.5CVSS6.9AI score0.04561EPSS
SaveExploits0
OSV
OSV
added 2023/03/08 8:15 p.m.10 views

AZL-37385 CVE-2023-24532 affecting package golang for versions less than 1.21.6-1

The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars a scalar larger than the order of the curve. This does not impact usages of crypto/ecdsa or crypto/ecdh...

5.3CVSS6.6AI score0.00817EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/03/08 12:0 a.m.9 views

Google Golang 安全漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

7.5CVSS7.2AI score0.00674EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/07 5:40 p.m.32 views

CVE-2023-27475 Goutil vulnerable to path traversal when unzipping files

Goutil is a collection of miscellaneous functionality for the go language. In versions prior to 0.6.0 when users use fsutil.Unzip to unzip zip files from a malicious attacker, they may be vulnerable to path traversal. This vulnerability is known as a ZipSlip. This issue has been fixed in version...

8.8CVSS8.4AI score
SaveExploits0References5
CNNVD
CNNVD
added 2023/03/01 12:0 a.m.11 views

teler-waf 跨站脚本漏洞

teler-waf is a Go HTTP middleware that provides teler IDS functionality to prevent Web-based attacks and improve the security of Go-based Web applications. It is highly configurable and easy to integrate into existing Go applications. A security vulnerability exists in teler-waf versions prior to...

6.5CVSS6.1AI score0.00536EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/28 6:15 p.m.5 views

AZL-78952 CVE-2022-41724 affecting package golang 1.25.7-1

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session...

7.5CVSS6.6AI score0.01111EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.6 views

DEBIAN-CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.7AI score0.01241EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/28 6:15 p.m.7 views

UBUNTU-CVE-2022-41725

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request...

7.5CVSS6.7AI score0.01241EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2023/02/28 12:0 a.m.6 views

Google Golang 安全漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

7.5CVSS6.9AI score0.04561EPSS
SaveExploits0References35
CNNVD
CNNVD
added 2023/02/23 12:0 a.m.13 views

Clash 安全漏洞

Clash is a multi-platform proxy client developed in the Go language by the individual developers of Dreamacro. A security vulnerability exists in Clash for Windows version v0.20.12, which stems from the presence of a Remote Code Execution RCE vulnerability...

9.8CVSS8.6AI score0.01287EPSS
SaveExploits1References3
F5 Networks
F5 Networks
added 2023/02/21 8:2 p.m.64 views

K92930514: GO vulnerability CVE-2016-5386

Security Advisory Description 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...

8.1CVSS6.7AI score0.0522EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/02/20 12:0 a.m.40 views

Amazon Linux AMI : golang, golang-bin, golang-misc (ALAS-2023-1685)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS-2023-1685 advisory. Rat.SetString in math/big in Go before 1.16.14 and 1.17.x before 1.17.7 has an overflow that can lead to Uncontrolled Memory Consumption. CVE-2022-23772 cmd/go in Go before 1.16.14 and 1.17.x befo...

9.1CVSS7.8AI score0.03099EPSS
SaveExploits0References8
OSV
OSV
added 2023/02/17 11:5 a.m.7 views

OESA-2023-1093 golang security update

The Go Programming Language Security Fixes: An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very...

5.3CVSS7AI score0.05623EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2023/02/16 4:12 p.m.7 views

golang: regexp/syntax: limit memory used by parsing regexps

A flaw was found in the golang package, where programs that compile regular expressions from untrusted sources are vulnerable to memory exhaustion or a denial of service. The parsed regexp representation is linear in the input size. Still, in some cases, the constant factor can be as high as...

7.5CVSS6.6AI score0.01427EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/02/16 4:12 p.m.8 views

golang: compress/gzip: stack exhaustion in Reader.Read

A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion...

7.5CVSS6.6AI score0.01936EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 5:15 a.m.7 views

SUSE 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.8CVSS9.2AI score0.03657EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:0 a.m.6 views

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

8.1CVSS7.7AI score0.0522EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2023/02/15 4:45 a.m.9 views

SUSE 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.8AI score0.02225EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 4:38 a.m.6 views

SUSE CVE-2017-15042

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

5.9CVSS6.8AI score0.01105EPSS
SaveExploits0References3
Rows per page
Query Builder