Lucene search
+L

223 matches found

CVE
CVE
added 2026/07/27 10:53 a.m.69 views

CVE-2026-41608

CVE-2026-41608 affects Apache Thrift Python bindings prior to 0.24.0, due to an unbounded zlib decompression in the Python THeaderTransport path (Data Amplification). The vulnerability could enable excessive resource consumption under crafted compressed data. A fix is available in Thrift 0.24.0; ...

7.5CVSS5.8AI score0.00584EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/27 10:53 a.m.42 views

CVE-2026-41608 Apache Thrift: Unbounded Zlib Decompression in Python THeaderTransport

Improper Handling of Highly Compressed Data Data Amplification vulnerability in Apache Thrift Python bindings. This issue affects Apache Thrift: before 0.24.0. Users are recommended to upgrade to version 0.24.0, which fixes the issue...

0.00584EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/27 10:53 a.m.11 views

CVE-2026-41608 Apache Thrift: Unbounded Zlib Decompression in Python THeaderTransport

Improper Handling of Highly Compressed Data Data Amplification vulnerability in Apache Thrift Python bindings. This issue affects Apache Thrift: before 0.24.0. Users are recommended to upgrade to version 0.24.0, which fixes the issue...

5.8AI score0.00584EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 3:15 p.m.16 views

EUVD-2026-42364

httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling...

7.5CVSS6.6AI score0.00423EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/24 3:15 p.m.8 views

GHSA-J5G9-F88F-GFJ3 httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling

Summary The httplib2 HTTP client library performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate. A malicious or compromised HTTP server can return a small compressed payload approximately 150 KB that expands to an arbitrarily large size in memory 1...

7.5CVSS5.8AI score0.00423EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.11 views

Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

6.2CVSS5.8AI score0.00183EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.22 views

GHSA-6HM7-3PWJ-22RM Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

7.1CVSS5.8AI score0.00183EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.15 views

PT-2026-63286

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description The Debian package registry parser contains two issues that can lead to a complete denial of service. First, an unbounded decompression flaw exists in the ParseControlFile function. When...

7.1CVSS5.3AI score0.00183EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/20 11:11 p.m.13 views

EUVD-2026-43753

Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode...

7.5CVSS7.3AI score0.00385EPSS
SaveExploits1References5
Veracode
Veracode
added 2026/07/17 12:59 p.m.13 views

Denial Of Service (DoS)

httplib2 is vulnerable to Denial Of Service DoS. The vulnerability is due to unbounded decompression of HTTP response bodies encoded with gzip or deflate, which allows a malicious server to return a compression bomb that exhausts client memory and causes a crash or out-of-memory condition...

7.5CVSS5.5AI score0.00423EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/16 7:47 p.m.10 views

CVE-2026-44981 CrowdSec LAPI: Denial of Service via Unbounded Gzip Decompression

CrowdSec offers crowdsourced protection against malicious IPs. From 1.7.0 until 1.7.8, the LAPI router used gin-contrib/gzip with DefaultDecompressHandle globally in pkg/apiserver/controllers/controller.go, causing /v1/watchers and /v1/watchers/login to decompress unauthenticated gzip-compressed...

8.2CVSS5.3AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/15 6:48 p.m.11 views

SUSE CVE-2026-59200

Pillow is a Python imaging library. From 5.1.0 until 12.3.0, PdfParser.PdfStream.decode in PIL/PdfParser.py calls zlib.decompress with bufsize set to the PDF stream Length field without bounding the decompressed output size, allowing a crafted FlateDecode PDF stream to exhaust memory from a small...

6.2CVSS5.3AI score0.00385EPSS
SaveExploits1References5
Ubuntu
Ubuntu
added 2026/07/14 11:56 a.m.15 views

USN-8537-1: httplib2 vulnerability

It was discovered that httplib2 performed unbounded decompression of HTTP response bodies when the server used gzip or deflate Content-Encoding. A remote attacker could possibly use this issue to cause httplib2 to use excessive resources, leading to a denial of service...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits1
OSV
OSV
added 2026/07/14 11:56 a.m.10 views

USN-8537-1 python-httplib2 vulnerability

It was discovered that httplib2 performed unbounded decompression of HTTP response bodies when the server used gzip or deflate Content-Encoding. A remote attacker could possibly use this issue to cause httplib2 to use excessive resources, leading to a denial of service...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.25 views

PT-2026-60058

It was discovered that httplib2 performed unbounded decompression of HTTP response bodies when the server used gzip or deflate Content-Encoding. A remote attacker could possibly use this issue to cause httplib2 to use excessive resources, leading to a denial of service...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits1References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/13 7:40 p.m.17 views

Security Bulletin: Vulnerability in undici bundled with IBM Fusion, IBM Fusion HCI, and IBM Fusion Content-Aware Storage

Summary IBM Fusion, IBM Fusion HCI, and IBM Fusion Content-Aware Storage include the undici library, which is affected by a denial of service vulnerability. CVE-2026-22036 Vulnerability Details CVEID:CVE-2026-22036 DESCRIPTION: Undici is an HTTP/1.1 client for Node.js. Prior to 7.18.0 and 6.23.0,...

7.5CVSS6.7AI score0.00481EPSS
SaveExploits0Affected Software2
EUVD
EUVD
added 2026/07/10 12:03 a.m.27 views

EUVD-2026-34015

Tesla has decompression bomb on response body...

8.2CVSS5.9AI score0.00455EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/07/09 8:49 p.m.16 views

CVE-2026-59939

A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial...

7.5CVSS5.8AI score0.00423EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2026/07/09 12:00 a.m.18 views

CVE-2026-59939

httplib2 is a comprehensive HTTP client library for Python. Prior to 0.32.0, httplib2 performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate in decompressContent in httplib2/init.py, allowing a malicious or compromised HTTP server to return a small...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/09 12:00 a.m.15 views

UBUNTU-CVE-2026-59939

httplib2 is a comprehensive HTTP client library for Python. Prior to 0.32.0, httplib2 performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate in decompressContent in httplib2/init.py, allowing a malicious or compromised HTTP server to return a small...

7.5CVSS6.1AI score0.00423EPSS
SaveExploits1References4
Rows per page
Query Builder