Lucene search
+L

523 matches found

RubySec
RubySec
added 2026/06/25 12:00 a.m.14 views

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 limi...

2.7CVSS5.8AI score0.00354EPSS
SaveExploits0References1Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/23 2:30 a.m.23 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.54 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.78 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.18 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.24 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.25 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.25 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.31 views

DEBIAN-CVE-2026-9375

Bulletin has no description...

7.5CVSS7AI score0.00304EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/19 7:16 p.m.30 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.13 views

CVE-2026-9375

...

7.2AI score0.00304EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/06/19 6:45 p.m.17 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.41 views

CVE-2026-9375

...

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

CVE-2026-9375

Removed by vendor...

7.3AI score0.00304EPSS
SaveExploits0
EUVD
EUVD
added 2026/06/19 6:45 p.m.20 views

EUVD-2026-38064

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 three independent code paths in response.py that bypass the maxlength protection introduced in version 2.6.0 to mitigate CVE-2025-66471...

8.9CVSS7AI score0.00682EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/19 6:45 p.m.90 views

CVE-2026-9375

CVE-2026-9375 is disclosed by multiple advisories tied to python-urllib3. The issue is a decompression-bomb style bypass in urllib3’s streaming API with Brotli support, enabling DoS via oversized decompressed data. Public details confirm affected software (python-urllib3) and the root cause (deco...

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

CVE-2026-9375 Decompression Bomb Bypass via Negative max_length in Streaming API in urllib3

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 three independent code paths in response.py that bypass the maxlength protection introduced in version 2.6.0 to mitigate CVE-2025-66471...

7.5CVSS7.3AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.24 views

PT-2026-51097

Name of the Vulnerable Software and Affected Versions py7zr versions prior to 0.22.1 Description The Worker.decompress function in py7zr/worker.py extracts archive entries without tracking the total decompressed size. This allows a specially crafted .7z file to cause disk or memory exhaustion...

8.7CVSS5.9AI score0.00321EPSS
SaveExploits0References19
Rows per page
Query Builder