Lucene search
+L

25 matches found

RedhatCVE
RedhatCVE
added 2026/09/04 6:30 p.m.5 views

CVE-2026-84890

A flaw was found in undici. The decompress interceptor in undici processes compressed response bodies based on the untrusted Content-Encoding header. A remote attacker can exploit this by sending a small, specially crafted compressed payload, known as a 'compression bomb,' which expands...

5.9CVSS5.5AI score0.0025EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 5:04 p.m.14 views

CVE-2026-84890

undici , the Node.js HTTP client, is vulnerable to a denial of service via unbounded decompression of compressed responses. The decompress interceptor processes response bodies based on the untrusted Content-Encoding header. Although the number of encoding layers is capped, the total decompressed...

5.9CVSS5.3AI score0.0025EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 5:04 p.m.33 views

CVE-2026-84890 undici vulnerable to Denial of Service via unbounded decompression of compressed responses

undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is capped, the total decompressed output size is unbounded and there is no configuration option to limit it. A malicious or faulty upstream...

5.9CVSS0.0025EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-84890

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - undici's decompress interceptor decompresses response bodies according to the untrusted Content-Encoding header. While the number of content-encoding layers is...

5.9CVSS6.1AI score0.0025EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/31 9:45 a.m.7 views

CVE-2026-64607

A flaw was found in Apache HttpComponents Client, specifically in its classic input/output I/O model. When processing a response message with an invalid or unsupported Content-Encoding header, the client fails to properly release the underlying network connection. This connection leak can lead to...

7.5CVSS5.7AI score0.00482EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/12 2:18 p.m.6 views

undici: undici: Denial of Service via unbounded decompression of compressed responses

A flaw was found in undici. The decompress interceptor in undici processes compressed response bodies based on the untrusted Content-Encoding header. A remote attacker can exploit this by sending a small, specially crafted compressed payload, known as a 'compression bomb,' which expands...

5.9CVSS0.0025EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/29 3:23 p.m.21 views

EUVD-2026-35098

Req vulnerable to unbounded archive/compression extraction triggered by response content-type...

8.2CVSS5.8AI score0.00596EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/07/20 6:49 a.m.14 views

httpd: incomplete fix for CVE-2023-38709

A flaw was found in httpd. The response headers are not sanitized before an HTTP response is sent when a malicious backend can insert a Content-Type, Content-Encoding, or some other headers. These issues lead to HTTP response splitting. This CVE provides a "complete" fix for CVE-2023-38709...

7.5CVSS6.5AI score0.03914EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/01 9:31 a.m.23 views

httpd: incomplete fix for CVE-2023-38709

A flaw was found in httpd. The response headers are not sanitized before an HTTP response is sent when a malicious backend can insert a Content-Type, Content-Encoding, or some other headers. These issues lead to HTTP response splitting. This CVE provides a "complete" fix for CVE-2023-38709...

7.5CVSS6.7AI score0.03914EPSS
SaveExploits0References5
NVD
NVD
added 2026/06/08 4:16 p.m.22 views

CVE-2026-49755

Improper Handling of Highly Compressed Data Data Amplification vulnerability in wojtekmach Req allows attacker-controlled HTTP servers to exhaust memory in a Req client via decompression-bomb response bodies. Req's default response pipeline includes Req.Steps.decodebody/1 and...

8.2CVSS0.00596EPSS
SaveExploits1References4
CVE
CVE
added 2026/06/02 7:08 p.m.89 views

CVE-2026-48594

The CVE-2026-48594 issue affects elixir-tesla/tesla: when Tesla.Middleware.DecompressResponse or Tesla.Middleware.Compression is used, HTTP responses are decompressed eagerly without a size cap. The decompress_body/2 path passes the full body to :zlib.gunzip/1 or :zlib.unzip/1, and compression_al...

8.2CVSS5.8AI score0.00455EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/06/02 7:08 p.m.17 views

CVE-2026-48594 Decompression bomb in Tesla.Middleware.DecompressResponse and Tesla.Middleware.Compression

Improper Handling of Highly Compressed Data Data Amplification vulnerability in elixir-tesla tesla allows a denial of service via decompression bomb in HTTP response bodies. When Tesla.Middleware.DecompressResponse or Tesla.Middleware.Compression is included in a Tesla middleware pipeline, HTTP...

8.2CVSS6AI score0.00455EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2026/02/16 4:52 p.m.11 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/03 7:17 a.m.21 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/02 5:45 p.m.13 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/02 3:49 p.m.24 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/02 3:25 p.m.24 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/02 6:53 a.m.23 views

urllib3: urllib3 Streaming API improperly handles highly compressed data

A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip, deflate, br, or zstd. The library must read compressed data from the network and decompress it...

8.9CVSS5.9AI score0.00682EPSS
SaveExploits0References6
Veracode
Veracode
added 2025/07/25 6:13 a.m.8 views

Denial Of Service (DoS)

@hapi/subtext is vulnerable to Denial Of Service DoS. The vulnerability is due to improper parsing of the Content-Encoding HTTP header, which causes a system error on invalid values and is rethrown up the stack without handling, allowing an attacker to crash the application and shut down services...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:33 a.m.13 views

httpd: HTTP response splitting

A flaw was found in httpd. The response headers are not sanitized before an HTTP response is sent when a malicious backend can insert a Content-Type, Content-Encoding, or some other headers, resulting in an HTTP response splitting...

7.3CVSS7.1AI score0.03914EPSS
SaveExploits0References5
Rows per page
Query Builder