Lucene search
+L

421 matches found

GitLab Advisory Database
GitLab Advisory Database
added 2024/04/03 12:0 a.m.34 views

AMPHP Denial of Service via HTTP/2 CONTINUATION Frames

amphp/http will collect HTTP/2 CONTINUATION frames in an unbounded buffer and will not check the header size limit until it has received the ENDHEADERS flag, resulting in an OOM crash. amphp/http-client and amphp/http-server are indirectly affected if they're used with an unpatched version of...

8.2CVSS7.3AI score0.83244EPSS
SaveExploits1References10Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/03 12:0 a.m.4 views

PT-2024-40495 · Unknown · Amphp/Http +1

Name of the Vulnerable Software and Affected Versions: amphp/http-client versions 4.0.0-rc10 through 4.0.0 Description: The issue affects early versions of amphp/http-client with HTTP/2 support, causing the collection of HTTP/2 CONTINUATION frames in an unbounded buffer. This occurs because the...

8.2CVSS7.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/04/03 12:0 a.m.10 views

PT-2024-2624 · Nghttp2 +10 · Nghttp2 +10

Name of the Vulnerable Software and Affected Versions: nghttp2 versions prior to 1.61.0 Description: The nghttp2 library keeps reading an unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync, causing excessive CPU usage to decode the HPACK...

8.2CVSS7.5AI score0.99999EPSS
SaveExploits23References186
Arista
Arista
added 2024/04/03 12:0 a.m.126 views

Security Advisory 0094

Security Advisory 0094 PDF Date: April 5, 2024 Revision | Date | Changes ---|---|--- 1.0 | April 3, 2024 | Initial release 1.1 | April 5, 2024 | Update required configuration for exploitation and mitigation Description Arista Networks is providing this security update in response to the following...

8.2CVSS8AI score0.94615EPSS
SaveExploits4
CNNVD
CNNVD
added 2024/04/03 12:0 a.m.11 views

amphp http 安全漏洞

AMPHP is a collection of PHP event-driven libraries open-sourced by AMPHP. A security vulnerability exists in amphp http that stems from collecting CONTINUATION frames in an unbounded buffer and not checking the limit until it receives the set ENDHEADERS flag, resulting in an OOM crash...

8.2CVSS8.1AI score0.83244EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/04/03 12:0 a.m.8 views

PT-2024-2623 · Tempesta · Tempesta

Name of the Vulnerable Software and Affected Versions: Tempesta affected versions not specified Description: The issue is related to a firewall vulnerability in the implementation of the HTTP/2 protocol, specifically concerning the handling of CONTINUATION frames. This can lead to an uncontrolled...

6.3CVSS8.1AI score0.7275EPSS
SaveExploits0References8
FreeBSD
FreeBSD
added 2024/04/03 12:0 a.m.35 views

go -- http2: close connections when receiving too many headers

The Go project reports: http2: close connections when receiving too many headers Maintaining HPACK state requires that we parse and process all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, we don't allocate memory to store the excess headers but...

7.5CVSS7AI score0.91969EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2024/03/27 12:0 a.m.53 views

CVE-2023-45288

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 parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS7AI score0.91969EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2024/01/05 12:0 a.m.13 views

PT-2024-2591 · Unknown · Amphp/Http +1

Name of the Vulnerable Software and Affected Versions: amphp/http versions prior to the fixed version amphp/http-client versions 4.0.0-rc10 through 4.0.0 Description: The issue is related to the amphp/http library and its HTTP/2 protocol implementation, specifically with uncontrolled memory...

8.5CVSS8.1AI score0.83244EPSS
SaveExploits1References21
OSV
OSV
added 2023/08/09 1:15 p.m.1 views

DEBIAN-CVE-2023-33953

gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks: - Unbounded memory buffering in the HPACK parser - Unbounded CPU consumption ...

7.5CVSS7.8AI score0.00412EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 4:14 a.m.5 views

SUSE CVE-2019-9518

Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service. The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSHPROMISE. The peer spends ti...

7.5CVSS7.7AI score0.25448EPSS
SaveExploits0References12
OSV
OSV
added 2019/08/13 9:15 p.m.6 views

ALPINE-CVE-2019-9518

Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service. The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSHPROMISE. The peer spends ti...

7.5CVSS8.8AI score0.25448EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2019/08/13 12:0 a.m.7 views

PT-2019-2979 · Alt Linux +7 · Alt Linux +7

Name of the Vulnerable Software and Affected Versions: HTTP/2 implementations affected versions not specified Description: The issue is related to a flood of empty frames in HTTP/2 implementations, which can lead to a denial of service. An attacker sends a stream of frames with an empty payload a...

9.8CVSS6.3AI score0.95707EPSS
SaveExploits52References622
Veracode
Veracode
added 2019/05/02 6:10 a.m.27 views

Denial Of Service (DoS)

Apache HTTP Server is vulnerable to denial of serviceDoS attacks. This occurs in httpd's handling of the LimitRequestFields directive in modhttp2, affecting servers with HTTP/2 enabled. An attacker could send crafted CONTINUATION frames in an HTTP/2 requests with headers larger than the server's...

7.5CVSS7.2AI score0.7907EPSS
SaveExploits4References49Affected Software4
OSV
OSV
added 2016/12/05 7:59 p.m.9 views

DEBIAN-CVE-2016-8740

The modhttp2 module in the Apache HTTP Server 2.4.17 through 2.4.23, when the Protocols configuration includes h2 or h2c, does not restrict request-header length, which allows remote attackers to cause a denial of service memory consumption via crafted CONTINUATION frames in an HTTP/2 request...

7.5CVSS7.5AI score0.7907EPSS
SaveExploits4References1
Cvelist
Cvelist
added 2016/12/05 7:0 p.m.61 views

CVE-2016-8740

The modhttp2 module in the Apache HTTP Server 2.4.17 through 2.4.23, when the Protocols configuration includes h2 or h2c, does not restrict request-header length, which allows remote attackers to cause a denial of service memory consumption via crafted CONTINUATION frames in an HTTP/2 request...

7.3AI score0.7907EPSS
SaveExploits4References28
FreeBSD
FreeBSD
added 2016/02/03 12:0 a.m.50 views

nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio

Nghttp2 reports: Out of memory in nghttpd, nghttp, and libnghttp2asio applications due to unlimited incoming HTTP header fields. nghttpd, nghttp, and libnghttp2asio applications do not limit the memory usage for the incoming HTTP header field. If peer sends specially crafted HTTP/2 HEADERS frames...

3.3CVSS1.8AI score0.00886EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2015/02/17 10:27 p.m.7 views

netty: DoS via memory exhaustion during data aggregation

A flaw was found in the WebSocket08FrameDecoder implementation that could allow a remote attacker to trigger an Out Of Memory Exception by issuing a series of TextWebSocketFrame and ContinuationWebSocketFrames. Depending on the server configuration, this could lead to a denial of service...

5CVSS7.2AI score0.04326EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2014/10/01 6:10 p.m.8 views

netty: DoS via memory exhaustion during data aggregation

A flaw was found in the WebSocket08FrameDecoder implementation that could allow a remote attacker to trigger an Out Of Memory Exception by issuing a series of TextWebSocketFrame and ContinuationWebSocketFrames. Depending on the server configuration, this could lead to a denial of service...

5CVSS7.2AI score0.04326EPSS
SaveExploits0References4
OSV
OSV
added 2014/05/06 2:55 p.m.7 views

UBUNTU-CVE-2014-0193

WebSocket08FrameDecoder in Netty 3.6.x before 3.6.9, 3.7.x before 3.7.1, 3.8.x before 3.8.2, 3.9.x before 3.9.1, and 4.0.x before 4.0.19 allows remote attackers to cause a denial of service memory consumption via a TextWebSocketFrame followed by a long stream of ContinuationWebSocketFrames...

5CVSS7.2AI score0.04326EPSS
SaveExploits0References3
Rows per page
Query Builder