Lucene search
+L

223 matches found

RedHat Linux
RedHat Linux
added 2026/09/09 1:42 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
OSV
OSV
added 2026/09/04 5:04 p.m.4 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.9CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/09/04 5:04 p.m.17 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
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/09/03 8:39 p.m.34 views

CVE-2026-82520 parsedmarc < 11.0.1 Zip Bomb DoS via Compressed Email Attachments

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a...

8.7CVSS0.00436EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:39 p.m.10 views

CVE-2026-82520

parsedmarc before 11.0.1 is vulnerable to a Zip Bomb Denial of Service via compressed email attachments. The root cause is that parsedmarc decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incomin...

8.7CVSS6AI score0.00436EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 8:39 p.m.6 views

CVE-2026-82520 parsedmarc < 11.0.1 Zip Bomb DoS via Compressed Email Attachments

parsedmarc before 11.0.1 decompresses gzip and ZIP attachments in a single unbounded read with no limit on decompressed output size. Because parsedmarc automatically processes incoming DMARC report emails without user interaction, an unauthenticated remote attacker can send a crafted email with a...

8.7CVSS5.7AI score
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/01 2:34 p.m.8 views

Security Bulletin: IBM Storage Fusion Data Foundation is vulnerable to high CPU usage and excessive memory allocation (CVE-2026-22036)

Summary Undici is used by IBM Storage Fusion Data Foundation in component odf-console. This bulletin identifies the steps to take to address the vulnerability in IBM Storage Fusion Data Foundation. CVE-2026-22036 Vulnerability Details CVEID:CVE-2026-22036 DESCRIPTION: Undici is an HTTP/1.1 client...

7.5CVSS6.7AI score0.00481EPSS
SaveExploits0Affected Software1
EUVD
EUVD
added 2026/08/28 12:57 p.m.8 views

EUVD-2026-67717

CodeChecker's massStoreRun processing path performs one-shot decompression of attacker-controlled, Base64-encoded zlib data without enforcing a maximum decompressed size. An authenticated user with permission to store analysis runs can submit a highly compressed payload that expands to a...

6.9CVSS5.9AI score0.00298EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:20 a.m.35 views

CVE-2026-59274 Unbounded decompression in UnZipTransformer enables zip-bomb DoS

The UnZipTransformer does not limit decompressed entry size or entry count when processing archives. Consequently, an attacker can send a zip archive that can exhaust JVM heap memory, causing a denial-of-service outage. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration...

6.5CVSS0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:20 a.m.35 views

CVE-2026-59274

Spring Integration is affected by an unbounded decompression flaw in the UnZipTransformer component, which does not limit decompressed entry size or entry count when processing zip archives. An attacker with low privileges can send a crafted zip archive (zip-bomb) over the network to exhaust JVM ...

6.5CVSS5.3AI score0.0024EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/26 11:28 p.m.37 views

CVE-2026-47860 Unbounded decompression of attacker-supplied compressed message bodies

An attacker who can publish to a queue consumed by an application that has enabled message decompression can crash the consumer JVM with a single 1 MB message. Spring AMQP 4.1.0 Spring AMQP 4.0.0 - 4.0.4 Spring AMQP 3.2.0 - 3.2.12 Spring AMQP 2.4.18 and earlier...

6.5CVSS0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 11:28 p.m.51 views

CVE-2026-47860

CVE-2026-47860 affects Spring AMQP and stems from unbounded decompression of attacker-supplied compressed message bodies. An attacker with the ability to publish to a queue consumed by an application with message decompression enabled can crash the consumer JVM using a single message of approxima...

6.5CVSS5.3AI score0.0024EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/26 6:31 p.m.7 views

EUVD-2026-66212

LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zipextractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploaded...

7.1CVSS5.6AI score0.00412EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/25 11:18 p.m.18 views

CVE-2026-80189

LeafWiki 0.10.0 through 0.12.0 is vulnerable to uncontrolled resource consumption via unbounded ZIP extraction. The function ZipExtractor.ExtractToDir in internal/importer/zip_extractor.go copies each decompressed entry with io.Copy without limiting output size. Although the upload is capped at 5...

7.1CVSS5.5AI score0.00412EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:07 p.m.41 views

CVE-2026-15310 zipfile: bzip2/LZMA/Zstandard members decompress without a max_length bound, defeating chunked-read memory limits

When decompressing crafted zip files using the bzip/LZMA/Zstandard compressions, Python could use an attacker-controlled size to pre-allocate memory, possibly resulting in memory exhaustion...

2.1CVSS5.6AI score
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.14 views

PT-2026-81903

LeafWiki extracts an uploaded ZIP archive without limiting how much data it will write. ZipExtractor.ExtractToDir in internal/importer/zip extractor.go opens each entry and copies it to the destination with io.Copy, which runs to the end of the decompressed stream, so only the size of the uploade...

7.1CVSS5.5AI score0.00412EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in curl

curl 7.84.0 supports “chained” HTTP compression algorithms, which means that a server response can be compressed multiple times, possibly using different algorithms. The number of allowable “links” in this “decompression chain” is unlimited, allowing a malicious server to insert virtually an...

6.5CVSS6.7AI score0.3216EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/08/24 12:30 a.m.8 views

CVE-2026-78206 exceljs through 4.4.0 Uncontrolled Resource Consumption via Unbounded xlsx Decompression

exceljs through 4.4.0 decompresses all entries from supplied xlsx archives into memory without limits on entry size, total size, or compression ratio. Attackers can upload highly compressed workbooks that expand to gigabytes in memory, exhausting available resources and causing denial of service...

8.7CVSS5.9AI score0.00446EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/24 12:30 a.m.16 views

EUVD-2026-64681

exceljs-hardened before 5.0.0 decompresses all entries from supplied xlsx archives into memory without limits on entry size, total size, or compression ratio. Attackers can upload highly compressed workbooks that expand to gigabytes in memory, exhausting available resources and causing denial of...

8.7CVSS5.4AI score0.00446EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/13 1:14 p.m.31 views

CVE-2026-48702 Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic

Rekor is a software supply chain transparency log. Starting in version 0.3.0 and prior to version 1.5.2, the Package.Unmarshal function in pkg/types/alpine/apk.go decompresses the signature and control gzip members of an APK file into in-memory buffers without bounding the total decompressed size...

7.5CVSS0.00324EPSS
SaveExploits0References1
Rows per page
Query Builder