Lucene search
+L

486 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/01 12:00 a.m.27 views

RHEL 9 : Satellite 6.19.2 Async Update (Important) (RHSA-2026:34365)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:34365 advisory. Red Hat Satellite is a system management solution that allows organizations to configure and maintain their systems without the necessity t...

9.8CVSS7.7AI score0.00812EPSS
SaveExploits2References23
OSV
OSV
added 2026/06/26 5:02 p.m.10 views

GHSA-XV9W-7V6Q-HPJH fluent-plugin-s3 Vulnerable to Denial of Service (DoS) via Decompression Bomb in `in_s3`

The fluent-plugin-s3 plugin specifically the ins3 input plugin supports reading and decompressing heavily compressed files such as gzip, lzma2, and lzop from Amazon S3. It was discovered that the plugin read the entire decompressed payload into memory at once without enforcing a strict size limit...

2.7CVSS5.8AI score
SaveExploits0References3
OSV
OSV
added 2026/06/26 4:35 p.m.11 views

GHSA-J9CW-HWQF-85W7 Fluentd is Vulnerable to Denial of Service (DoS) via Gzip Decompression Bomb in `in_http` and `in_forward`

Fluentd's inhttp and inforward plugins support receiving gzip-compressed data. While Fluentd correctly enforces size limits on the incoming compressed payloads e.g., via bodysizelimit or chunksizelimit, it was discovered that there is no limit enforced on the size of the decompressed data. If a...

7.5CVSS5.8AI score0.0062EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 10:34 p.m.12 views

GO-2026-5609 OpenBao: Decompression Bomb via Unbounded Copy in OCI Plugin Extraction (DoS) in github.com/openbao/openbao

OpenBao: Decompression Bomb via Unbounded Copy in OCI Plugin Extraction DoS in github.com/openbao/openbao...

6.5CVSS5.8AI score0.00218EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/06/25 9:33 p.m.17 views

Rekor has an OOM Condition due to Unbounded gzip Decompression in Alpine APK Parsing Logic

Description 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. The existing maxapkmetadatasize check default 1MB is only applied to individual tar entry...

7.5CVSS5.9AI score0.00324EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/23 2:30 a.m.22 views

SUSE CVE-2026-9375

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.8CVSS7.2AI score0.00304EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/06/22 10:10 p.m.53 views

CVE-2026-54233 vLLM: OOM Denial of Service via Audio Decompression Bomb

vLLM is an inference and serving engine for large language models LLMs. Prior to 0.23.1rc0, vLLM's /v1/audio/transcriptions endpoint limits compressed upload size but not decoded PCM output. A 25MB OPUS file expands to 14.9GB of float32 PCM at decode time. This vulnerability is fixed in 0.23.1rc0...

6.5CVSS0.00422EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/22 10:10 p.m.77 views

CVE-2026-54233

Affected software: vLLM (inference/serving engine). Vulnerability: decoding an audio file on the /v1/audio/transcriptions endpoint can cause extreme memory growth. A 25 MB OPUS upload decodes to about 14.9 GB of float32 PCM, because the audio decoder concatenates all frames in memory before retur...

6.5CVSS5.8AI score0.00422EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/06/21 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-9375

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - urllib3 version 2.6.3 is vulnerable to a decompression bomb bypass in its streaming API preloadcontent=False when using Brotli support. The issue arises due to...

8.9CVSS6.8AI score0.00682EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/19 9:16 p.m.23 views

py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size

py7zr's Worker.decompress extracts archive entries without tracking total decompressed size. A crafted .7z file can exhaust disk or memory before the extraction completes. Measured: 15.6 KB archive → 100 MB output 6,556:1 ratio. Proof of concept: python import py7zr, tempfile, os create bomb:...

8.7CVSS5.9AI score0.00321EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/06/19 9:16 p.m.19 views

GHSA-GJRG-MPP7-G774 py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size

py7zr's Worker.decompress extracts archive entries without tracking total decompressed size. A crafted .7z file can exhaust disk or memory before the extraction completes. Measured: 15.6 KB archive → 100 MB output 6,556:1 ratio. Proof of concept: python import py7zr, tempfile, os create bomb:...

6.9CVSS5.9AI score0.00321EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/19 9:15 p.m.24 views

Ultimate Sitemap Parser (USP): Gzip Decompression Bomb Bypasses Sitemap Size Limit

Gzip Decompression Bomb Bypasses Sitemap Size Limit Summary ultimate-sitemap-parser enforces a 100 MiB size limit on sitemap responses, but applies it only to the compressed bytes received over the network. When a .gz sitemap is fetched, usp/helpers.py:239 calls gziplib.decompressdata with no...

5.8AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/19 9:15 p.m.38 views

GHSA-8823-QG2X-PV9F Ultimate Sitemap Parser (USP): Gzip Decompression Bomb Bypasses Sitemap Size Limit

Gzip Decompression Bomb Bypasses Sitemap Size Limit Summary ultimate-sitemap-parser enforces a 100 MiB size limit on sitemap responses, but applies it only to the compressed bytes received over the network. When a .gz sitemap is fetched, usp/helpers.py:239 calls gziplib.decompressdata with no...

7.5CVSS5.8AI score
SaveExploits0References2
NVD
NVD
added 2026/06/19 7:16 p.m.24 views

CVE-2026-9375

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00304EPSS
SaveExploits0
OSV
OSV
added 2026/06/19 7:16 p.m.30 views

DEBIAN-CVE-2026-9375

Bulletin has no description...

7.5CVSS7AI score0.00304EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/19 7:16 p.m.28 views

UBUNTU-CVE-2026-9375

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.5CVSS7.2AI score0.00304EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/19 6:45 p.m.12 views

CVE-2026-9375

...

7.2AI score0.00304EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/06/19 6:45 p.m.16 views

CVE-2026-9375

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.5CVSS7.1AI score0.00304EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/19 6:45 p.m.40 views

CVE-2026-9375

...

0.00304EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/19 6:45 p.m.21 views

CVE-2026-9375

Removed by vendor...

7.3AI score0.00304EPSS
SaveExploits0
Rows per page
Query Builder