Lucene search
+L

1125 matches found

OSV
OSV
added 2024/03/06 11:5 a.m.21 views

BIT-GOLANG-2021-31525

net/http in Go before 1.15.12 and 1.16.x before 1.16.4 allows remote attackers to cause a denial of service panic via a large header to ReadRequest or ReadResponse. Server, Transport, and Client can each be affected in some configurations...

5.9CVSS6.6AI score0.03692EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:4 a.m.36 views

BIT-GOLANG-2021-36221

Go before 1.15.15 and 1.16.x before 1.16.7 has a race condition that can lead to a net/http/httputil ReverseProxy panic upon an ErrAbortHandler abort...

5.9CVSS6.7AI score0.03128EPSS
SaveExploits0References13
OSV
OSV
added 2024/03/06 11:1 a.m.26 views

BIT-GOLANG-2022-27664

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.5CVSS7.3AI score0.02607EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/06 10:59 a.m.28 views

BIT-GOLANG-2022-32148 Exposure of client IP addresses in net/http

Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the...

6.5CVSS7.3AI score0.01126EPSS
SaveExploits1References6
OSV
OSV
added 2024/03/06 10:56 a.m.26 views

BIT-GOLANG-2023-24536 Excessive resource consumption in net/http, net/textproto and mime/multipart

Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount ...

7.5CVSS8.7AI score0.01479EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/06 10:53 a.m.48 views

BIT-GOLANG-2023-39326 Denial of service via chunk extensions in net/http

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 than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data up to about...

5.3CVSS6.7AI score0.01208EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/03/06 3:33 a.m.38 views

CVE-2023-45290

A flaw was discovered in Go's net/http standard library package. When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the...

5.3CVSS6.7AI score0.01165EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2024/03/06 12:0 a.m.19 views

PT-2024-2621

Name of the Vulnerable Software and Affected Versions net/http and net/http2 in Go affected versions not specified Description An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires...

7.5CVSS7.3AI score0.91969EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2024/03/05 10:22 p.m.27 views

CVE-2023-45289 Incorrect forwarding of sensitive headers and cookies on HTTP redirect in net/http

When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a...

6.8AI score0.0108EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/05 10:22 p.m.34 views

CVE-2023-45290 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

7.6AI score0.01165EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/05 10:22 p.m.15 views

CVE-2023-45290 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

7.1AI score0.01165EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/05 10:15 p.m.33 views

GO-2024-2599 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

6.5CVSS6.5AI score0.01165EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/03/05 6:17 p.m.6 views

golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests

A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body up to 1GiB, causing the receiver to fail reading the response, possibly leading to a Denial of Servic...

5.3CVSS7.3AI score0.01208EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/03/05 12:34 a.m.63 views

Moderate: Red Hat Security Advisory: Service Telemetry Framework 1.5.4 security update

An update is now available for Service Telemetry Framework 1.5.4. 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 each vulnerability from the CVE...

7.5CVSS6.8AI score0.0125EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:0 a.m.33 views

CentOS 9 : containernetworking-plugins-1.3.0-2.el9

The remote CentOS Linux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the containernetworking-plugins-1.3.0-2.el9 build changelog. - A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a...

9.8CVSS7.4AI score0.04561EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:0 a.m.35 views

CentOS 9 : grafana-pcp-3.2.0-2.el9

The remote CentOS Linux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the grafana-pcp-3.2.0-2.el9 build changelog. - net/http: improper sanitization of Transfer-Encoding header CVE-2022-1705 - io/fs: stack exhaustion in Glob CVE-2022-30630 -...

7.5CVSS7.1AI score0.01612EPSS
SaveExploits2References7
RedHat Linux
RedHat Linux
added 2024/02/28 6:13 p.m.33 views

Moderate: Red Hat Security Advisory: Migration Toolkit for Applications security update

An update is now available for MTA-6.2-RHEL-8 and MTA-6.2-RHEL-9. 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 each vulnerability from the CVE...

8.2CVSS6.7AI score0.01855EPSS
SaveExploits4References11
RedHat Linux
RedHat Linux
added 2024/02/28 2:20 p.m.39 views

Moderate: Red Hat Security Advisory: OpenShift Container Platform 4.13.35 security update

Red Hat OpenShift Container Platform release 4.13.35 is now available with updates to packages and images that fix several bugs and add enhancements. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, whic...

7.5CVSS6.7AI score0.04561EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/02/27 10:49 p.m.7 views

golang: net/http/internal: Denial of Service (DoS) via Resource Consumption via HTTP requests

A flaw was found in the Golang net/http/internal package. This issue may allow a malicious user to send an HTTP request and cause the receiver to read more bytes from network than are in the body up to 1GiB, causing the receiver to fail reading the response, possibly leading to a Denial of Servic...

5.3CVSS7.3AI score0.01208EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/02/27 10:34 p.m.57 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.15.0 packages and security update

Red Hat OpenShift Container Platform release 4.15.0 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.15. Red Hat Product Security has rated this update as having a...

7.5CVSS7.1AI score0.99999EPSS
SaveExploits24References11
Rows per page
Query Builder