Lucene search
K

23 matches found

RedHat Linux
RedHat Linux
added 2025/05/13 8:44 a.m.3 views

containers/aardvark-dns: TCP Query Handling Flaw in Aardvark-dns Leading to Denial of Service

A flaw was found in Aardvark-dns, which is vulnerable to a Denial of Service attack due to the serial processing of TCP DNS queries. An attacker can exploit this flaw by keeping a TCP connection open indefinitely, causing the server to become unresponsive and resulting in other DNS queries timing...

7.5CVSS5.8AI score0.00102EPSS
Exploits1References6
OSV
OSV
added 2024/08/21 2:30 p.m.12 views

GO-2022-0250 Infinite open connection causes OctoRPKI to hang forever in github.com/cloudflare/cfrpki

Infinite open connection causes OctoRPKI to hang forever in github.com/cloudflare/cfrpki...

7.5CVSS7.7AI score0.00735EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/07/06 3:1 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
RedHat Linux
RedHat Linux
added 2023/05/16 8:57 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
Veracode
Veracode
added 2023/03/28 2:50 a.m.26 views

Race Condition

redis is vulnerable to a Race Condition. The vulnerability exists because the library leaves the connection open after cancelling an async Redis command at a critical time such as the case of a pipeline operation resulting in a client receiving data from an related request. Note: this issue exist...

6.5CVSS5.9AI score0.01488EPSS
Exploits0References6Affected Software2
Veracode
Veracode
added 2023/03/28 2:25 a.m.29 views

Race Condition

redis-py is vulnerable to a Race Condition. The vulnerability exists because the library leaves a connection open after cancelling the async Redis command at an inopportune time in the case of a pipeline operation and can send response data to the client of an unrelated request in an off-by-one...

3.7CVSS5.8AI score0.01488EPSS
Exploits0References10Affected Software2
Github Security Blog
Github Security Blog
added 2023/03/26 9:30 p.m.80 views

redis-py Race Condition vulnerability

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

3.7CVSS6AI score0.01488EPSS
Exploits0References12Affected Software1
OSV
OSV
added 2023/03/26 7:15 p.m.1 views

DEBIAN-CVE-2023-28858

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4....

3.7CVSS5.4AI score0.01488EPSS
Exploits0References1
NVD
NVD
added 2023/03/26 7:15 p.m.19 views

CVE-2023-28859

redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. This could, for example, happen for a non-pipeline operation. NOTE: the solutions for CVE-2023-288...

6.5CVSS5.4AI score0.01219EPSS
Exploits0References5
OSV
OSV
added 2023/03/26 7:15 p.m.0 views

PYSEC-2023-45

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

3.7CVSS5.9AI score0.01488EPSS
Exploits0References6
OSV
OSV
added 2023/03/26 7:15 p.m.2 views

PYSEC-2023-46

redis-py through 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time in the case of a non-pipeline operation, and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for CVE-2023-28858...

6.5CVSS6.6AI score0.01219EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2023/03/15 7:58 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
OSV
OSV
added 2023/02/17 11:4 a.m.1 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.00331EPSS
Exploits0References2
OSV
OSV
added 2022/12/08 8:15 p.m.3 views

AZL-43744 CVE-2022-41717 affecting package podman 4.1.1-26

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 large keys can cause the server to allocate...

5.3CVSS6.7AI score0.00331EPSS
Exploits0References1
OSV
OSV
added 2022/12/08 7:1 p.m.43 views

GO-2022-1144 Excessive memory growth in net/http and golang.org/x/net/http2

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 large keys can cause the server to allocate...

5.3CVSS6.7AI score0.00331EPSS
Exploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2022/12/08 12:0 a.m.27 views

Allocation of Resources Without Limits or Throttling

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 large keys can cause the server to allocate...

5.3CVSS1.1AI score0.00331EPSS
Exploits0References7Affected Software1
RedHat Linux
RedHat Linux
added 2022/03/24 11:24 a.m.4 views

httpd: Errors encountered during the discarding of request body lead to HTTP request smuggling

A flaw was found in httpd. The inbound connection is not closed when it fails to discard the request body, which may expose the server to HTTP request smuggling...

9.8CVSS7.1AI score0.27458EPSS
Exploits0References5
OSV
OSV
added 2021/04/14 8:4 p.m.17 views

GO-2020-0006 Denial of service via open idle connection in github.com/miekg/dns

An attacker may prevent TCP connections to a Server by opening a connection and leaving it idle, until the connection is closed by the server no other connections will be accepted...

7.5CVSS7.4AI score0.00669EPSS
Exploits0References2
OSV
OSV
added 2013/06/15 7:55 p.m.1 views

DEBIAN-CVE-2013-1993

Multiple integer overflows in X.org libGLX in Mesa 9.1.1 and earlier allow X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the 1 XF86DRIOpenConnection and 2 XF86DRIGetClientDriverName functions...

6.8CVSS6.9AI score0.01996EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2013/06/03 5:39 p.m.3 views

Mesa: Multiple integer overflows leading to heap-based bufer overflows

Multiple integer overflows in X.org libGLX in Mesa 9.1.1 and earlier allow X servers to trigger allocation of insufficient memory and a buffer overflow via vectors related to the 1 XF86DRIOpenConnection and 2 XF86DRIGetClientDriverName functions...

6.8CVSS6AI score0.01996EPSS
Exploits0References5
Rows per page
Query Builder