Lucene search
+L

1772 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/08 7:42 p.m.5 views

CVE-2026-59803

rpcx through 1.9.3, fixed in commit 047aec1, contains a denial-of-service vulnerability in protocol.Message.Decode protocol/message.go. When a message has the compression flag set, the payload is gzip-decompressed via util.Unzip with no limit on the decompressed output size. The only built-in siz...

8.7CVSS6AI score0.00408EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/08 7:34 p.m.36 views

CVE-2026-59939 httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling

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.5CVSS0.0041EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2026/07/08 7:34 p.m.49 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.5CVSS6AI score0.0041EPSS
SaveExploits1
OSV
OSV
added 2026/07/08 7:34 p.m.4 views

CVE-2026-59939 httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling

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.0041EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/08 7:34 p.m.12 views

CVE-2026-59939

The CVE-2026-59939 affects the Python httplib2 library prior to 0.32.0. The root cause is unbounded decompression of HTTP response bodies encoded with gzip or deflate in _decompressContent, allowing a malicious server to send a small compressed payload that expands to very large in-memory size, l...

7.5CVSS6AI score0.0041EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/07/08 4:16 p.m.9 views

CVE-2026-59873

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk spac...

9.2CVSS0.00424EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 4:16 p.m.3 views

DEBIAN-CVE-2026-59873

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk spac...

7.5CVSS6.1AI score0.00424EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/07/08 3:22 p.m.7 views

CVE-2026-59873

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk spac...

9.2CVSS5.9AI score0.00424EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/08 3:22 p.m.6 views

CVE-2026-59873

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk spac...

9.2CVSS5.9AI score0.00424EPSS
SaveExploits1
OSV
OSV
added 2026/07/08 3:22 p.m.4 views

CVE-2026-59873 node-tar: Decompression/parse DoS via unlimited input

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk spac...

9.2CVSS6.1AI score0.00424EPSS
SaveExploits1References5
Fedora
Fedora
added 2026/07/08 1:10 a.m.6 views

[SECURITY] Fedora 43 Update: perl-IO-Compress-2.221-1.fc43

This distribution provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries. IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951, RFC 1952 i.e. gzip and zip files/buffers. The following modules used to be distributed...

7.8CVSS5.9AI score0.00373EPSS
SaveExploits3
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.6 views

PT-2026-56548

Name of the Vulnerable Software and Affected Versions httplib2 versions prior to 0.32.0 Description An issue exists where the library performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate within the decompressContent function in httplib2/init.py. ...

7.5CVSS6.1AI score0.0041EPSS
SaveExploits1References23
OSV
OSV
added 2026/07/07 3:26 p.m.5 views

GO-2026-5778 Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic in github.com/sigstore/rekor

Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic in github.com/sigstore/rekor...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/07/06 3:28 p.m.6 views

BIT-PYTHON-MIN-2026-6100 Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

Use-after-free UAF was possible in the lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile when a memory allocation fails with a MemoryError and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling...

9.1CVSS5.7AI score0.00579EPSS
SaveExploits0References54
OSV
OSV
added 2026/07/06 3:28 p.m.11 views

BIT-PYTHON-2026-6100 Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

Use-after-free UAF was possible in the lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile when a memory allocation fails with a MemoryError and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling...

9.1CVSS5.7AI score0.00579EPSS
SaveExploits0References54
OSV
OSV
added 2026/07/06 3:23 p.m.4 views

BIT-LIBPYTHON-2026-6100 Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

Use-after-free UAF was possible in the lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile when a memory allocation fails with a MemoryError and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling...

9.1CVSS5.7AI score0.00579EPSS
SaveExploits0References54
OSV
OSV
added 2026/07/06 9:5 a.m.5 views

ROOT-OS-DEBIAN-12-CVE-2026-41992 CVE-2026-41992 in rootio-gzip - Patched by Root

Root has patched CVE-2026-41992 in the rootio-gzip package for Root:Debian:12. Multiple fixed versions available...

7.5CVSS5.9AI score0.00335EPSS
SaveExploits0
OSV
OSV
added 2026/07/02 10:30 a.m.5 views

ROOT-OS-DEBIAN-13-CVE-2026-41992 CVE-2026-41992 in rootio-gzip - Patched by Root

Root has patched CVE-2026-41992 in the rootio-gzip package for Root:Debian:13. Multiple fixed versions available...

7.5CVSS5.8AI score0.00335EPSS
SaveExploits0
OSV
OSV
added 2026/07/02 12:0 a.m.4 views

OPENSUSE-SU-2026:11174-1 gzip-1.14-2.1 on GA media

These are all security issues fixed in the gzip-1.14-2.1 package on the GA media of openSUSE Tumbleweed...

4.7CVSS5.9AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/02 12:0 a.m.7 views

MAL-2026-6766 Malicious code in @marketfront/baobabtech (npm)

The @marketfront/baobabtech package is part of a 25-package malicious campaign batch-published to the @marketfront npm scope by npm user 'marketfront' [email protected] within a roughly 3-minute window on 2026-07-01. All packages in the campaign were published at version 7.0.0 and use...

6.2AI score
SaveExploits0References2
Rows per page
Query Builder