Lucene search
+L

207 matches found

CVE
CVE
added 2026/09/04 7:19 p.m.11 views

CVE-2026-85786

Amazon ion-java before 1.12.1 contains an incomplete fix for CVE-2026-75936, a memory-amplification denial-of-service vulnerability. The root cause is insufficient coverage of the GZIP auto-decompression opt-out that was introduced to address CVE-2026-75936, allowing a remote attacker to supply a...

8.7CVSS5.4AI score
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.4 views

PT-2026-86241

Improper handling of highly compressed data in Amazon ion-java before 1.12.1 might allow remote attackers to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression due to insufficient coverage of the GZIP auto-decompression...

8.7CVSS5.4AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/03 6:02 p.m.10 views

EUVD-2026-56926

ffuf denial of service OOM via HTTP response decompression bomb...

7.5CVSS5.9AI score0.00441EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/03 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-84382

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HTTPX2 is a next generation HTTP client for Python. Prior to 2.12.0, the HTTPX2 content decoders in src/httpx2/httpx2/decoders.py fully inflate each gzip,...

7.5CVSS5.5AI score0.0035EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/01 2:00 p.m.6 views

CVE-2026-49855

A flaw was found in Tornado, a Python web framework and asynchronous networking library. Its gzip decompression routines process data in limited-size chunks but do not enforce an overall limit on the total accumulated decompressed data. This vulnerability allows a malicious server to consume...

7.5CVSS5.8AI score0.00572EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/25 6:12 p.m.21 views

EUVD-2026-37014

gRPC Erlang package has unbounded gzip decompression decompression bomb...

8.7CVSS7.4AI score0.00348EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/18 7:34 p.m.25 views

CVE-2026-75936 Memory-amplification denial of service via GZIP decompression bomb in Amazon ion-java

Improper handling of highly compressed data in the GZIP auto-decompression handler in Amazon ion-java before 1.12.0 might allow remote actors to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression. To remediate this issue,...

8.7CVSS0.00441EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 7:34 p.m.11 views

EUVD-2026-61174

Improper handling of highly compressed data in the GZIP auto-decompression handler in Amazon ion-java before 1.12.0 might allow remote actors to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression. To remediate this issue,...

8.7CVSS5.5AI score0.00441EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 7:34 p.m.30 views

CVE-2026-75936

Amazon ion-java before 1.12.0 is vulnerable to a memory-amplification denial of service in its GZIP auto-decompression handler . A remote attacker can supply a crafted compressed Ion document that expands to an arbitrarily large size upon decompression, exhausting memory and causing a DoS. The vu...

8.7CVSS5.5AI score0.00441EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/13 1:14 p.m.92 views

CVE-2026-48702

CVE-2026-48702 : Rekor before 1.5.2 decompresses APK signatures in Alpine APK parsing without bounding the total decompressed size, enabling a decompression bomb via gzip with extreme ratios. Attackers can trigger unbounded heap allocation during requests to unauthenticated endpoints POST /api/v1...

7.5CVSS8.2AI score0.00324EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 1:14 p.m.11 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.5CVSS5.6AI score
SaveExploits0References3
NVD
NVD
added 2026/08/11 8:18 p.m.8 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/11 8:18 p.m.8 views

UBUNTU-CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.6 views

PT-2026-70893

Name of the Vulnerable Software and Affected Versions ffuf versions prior to 2.2.0 Description A malicious target server can trigger an out-of-memory denial of service. This occurs because the response size guard in the pkg/runner/simple.go file only verifies the compressed Content-Length, wherea...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2026/08/03 7:59 p.m.56 views

CVE-2026-68981 Apache NiFi: Uncontrolled Resource Consumption through Decompression of HTTP Requests

Apache NiFi 1.5.0 through 2.10.0 support gzip-encoded HTTP requests for the application REST API using a Jersey encoding filter. The framework enforced a configurable maximum request size on the compressed payload rather than the decompressed output, allowing a malicious client to send crafted...

8.8CVSS0.00517EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/28 5:59 p.m.13 views

CVE-2026-59932 PhpSpreadsheet: Gnumeric reader unbounded gzip expansion causes memory exhaustion

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the Gnumeric reader reads attacker-supplied .gnumeric files into memory an...

7.5CVSS6.9AI score0.0038EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/28 5:59 p.m.12 views

CVE-2026-59932 PhpSpreadsheet: Gnumeric reader unbounded gzip expansion causes memory exhaustion

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the Gnumeric reader reads attacker-supplied .gnumeric files into memory an...

7.5CVSS6.9AI score
SaveExploits0References9
EUVD
EUVD
added 2026/07/28 12:19 p.m.10 views

EUVD-2026-49768

Lookyloo did not enforce limits on the decompressed size of uploaded capture archives and compressed HAR files. An attacker could submit a specially crafted ZIP, gzip, or zlib-compressed capture containing data that expands to a very large size during processing. Because the application...

6.9CVSS5.9AI score0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 12:19 p.m.26 views

CVE-2026-66913

The CVE-2026-66913 vulnerability affects Lookyloo when processing uploaded captures and API submissions containing gzip/zlib-compressed HAR data. The root cause is unbounded decompressed size during in-memory processing of ZIP/gzip/zlib content, enabling a zip bomb to exhaust memory and disrupt s...

6.9CVSS5.9AI score0.00253EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:19 p.m.13 views

CVE-2026-66913

Lookyloo did not enforce limits on the decompressed size of uploaded capture archives and compressed HAR files. An attacker could submit a specially crafted ZIP, gzip, or zlib-compressed capture containing data that expands to a very large size during processing. Because the application...

6.9CVSS5.9AI score0.00253EPSS
SaveExploits0References2
Rows per page
Query Builder