Lucene search
K

36 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-4104

Malicious code in bioql PyPI...

5.9CVSS6.9AI score0.00022EPSS
Exploits0References38
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-0700

Malicious code in bioql PyPI...

7.5CVSS6.4AI score0.00088EPSS
Exploits0References43
OSV
OSV
added 2025/09/19 1:13 p.m.1 views

OESA-2025-2308 golang security update

. Security Fixes: The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.CVE-2025-22871...

9.1CVSS6.9AI score0.00302EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:9 a.m.2 views

Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http

...

4.3CVSS7AI score0.00615EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2025/06/25 2:13 p.m.2 views

net/http: Request smuggling due to acceptance of invalid chunked data in net/http

A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed LF instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to se...

9.1CVSS7.1AI score0.00302EPSS
Exploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2025/06/12 11:11 a.m.3 views

Security Bulletin: Go net/http package is vulnerable to a denial of service,a remote attacker could exploit this vulnerability to cause a denial of service, affects watsonx.data

Summary Go net/http package is vulnerable to a denial of service, caused by improper 100-continue header handling. By sending "Expect: 100-continue" requests, a remote attacker could exploit this vulnerability to cause a denial of service and this could affect watsonx.data. Vulnerability Details...

7.5CVSS9.2AI score0.01018EPSS
Exploits0Affected Software1
RedHat Linux
RedHat Linux
added 2025/06/09 2:22 p.m.3 views

net/http: Request smuggling due to acceptance of invalid chunked data in net/http

A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed LF instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to se...

9.1CVSS7.1AI score0.00302EPSS
Exploits0References8
Veracode
Veracode
added 2025/05/16 8:33 a.m.6 views

Cross-Site Request Forgery (CSRF)

github.com/justinas/nosurf is vulnerable to Cross-Site Request Forgery CSRF. The vulnerability is due to misuse of the Go net/http library, which causes nosurf to treat all incoming requests as plain-text HTTP. As a result, it fails to verify that the Referer header is from the same origin,...

6.1CVSS6.8AI score0.00044EPSS
Exploits2References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/05/14 2:56 p.m.14 views

nosurf vulnerable to CSRF due to non-functional same-origin request checks

Impact This vulnerability allows an attacker who controls content on the target site, or on a subdomain of the target site either via XSS, or otherwise to bypass Cross-Site Request Forgery checks and issue requests on user's behalf. Details Due to misuse of the Go net/http library, nosurf...

6.1CVSS6.7AI score0.00044EPSS
Exploits2References7Affected Software1
Amazon
Amazon
added 2025/04/29 12:0 a.m.1 views

Medium: docker

Issue Overview: In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error. CVE-2022-27664 Affected Packages: docker Note: This advisory is applicable to Amazon...

7.5CVSS6.9AI score0.00098EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2024/10/23 12:0 a.m.32 views

Ubuntu 20.04 LTS / 22.04 LTS / 24.04 LTS : Go vulnerabilities (USN-7081-1)

The remote Ubuntu 20.04 LTS / 22.04 LTS / 24.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-7081-1 advisory. It was discovered that the Go net/http module did not properly handle responses to requests with an Expect: 100-continue header...

7.5CVSS7AI score0.01018EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 8:59 a.m.1 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.00331EPSS
Exploits0References9
Snyk
Snyk
added 2023/07/11 7:19 p.m.1 views

HTTP Response Splitting

Overview std/net/http is a Go standard library package std/net/http Affected versions of this package are vulnerable to HTTP Response Splitting. Go Vulnerability Report: The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject...

7.1CVSS6.8AI score0.00344EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2023/05/16 8:57 a.m.1 views

golang: net/http: handle server errors after sending GOAWAY

A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown...

7.5CVSS6.6AI score0.00098EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2023/02/15 3:36 a.m.1 views

SUSE CVE-2021-44716

net/http in Go before 1.16.12 and 1.17.x before 1.17.5 allows uncontrolled memory consumption in the header canonicalization cache via HTTP/2 requests...

7.5CVSS6.9AI score0.00088EPSS
Exploits0References15
RedHat Linux
RedHat Linux
added 2023/01/23 3:26 p.m.1 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.00331EPSS
Exploits0References9
Snyk
Snyk
added 2022/12/07 4:8 p.m.1 views

Directory Traversal

Overview std/net/http is a Go standard library package std/net/http Affected versions of this package are vulnerable to Directory Traversal. Go Vulnerability Report: On Windows, restricted files can be accessed via os.DirFS and http.Dir.The os.DirFS function and http.Dir type provide access to a...

8.7CVSS7.6AI score0.00035EPSS
Exploits0References3
Amazon
Amazon
added 2022/10/11 12:0 a.m.2 views

Medium: containerd, docker

Issue Overview: In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error. CVE-2022-27664 Affected Packages: containerd, docker Note: This advisory is applicabl...

7.5CVSS6.9AI score0.00098EPSS
Exploits0
OSV
OSV
added 2022/09/06 6:15 p.m.1 views

AZL-52863 CVE-2022-27664 affecting package golang for versions less than 1.18.8-1

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error...

7.5CVSS6.7AI score0.00098EPSS
Exploits0References1
OSV
OSV
added 2022/09/06 6:15 p.m.3 views

AZL-79106 CVE-2022-27664 affecting package golang 1.25.7-1

In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error...

7.5CVSS6.7AI score0.00098EPSS
Exploits0References1
Rows per page
Query Builder