Lucene search
+L

1530 matches found

OSV
OSV
added 2026/07/24 11:12 a.m.10 views

OESA-2026-3139 python-pillow security update

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging \ Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. of CVE-2022-22815,CVE-2022-22816 Security Fixes: Pillow is a Python imaging library. Prior to 12.3.0,...

7.5CVSS6.7AI score0.00421EPSS
SaveExploits6References7
OSV
OSV
added 2026/07/24 11:12 a.m.7 views

OESA-2026-3140 python-pillow security update

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging \ Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. of CVE-2022-22815,CVE-2022-22816 Security Fixes: Pillow is a Python imaging library. Prior to 12.3.0,...

7.5CVSS6.7AI score0.00421EPSS
SaveExploits6References7
OSV
OSV
added 2026/07/23 11:41 a.m.11 views

PYSEC-2026-3495 Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode()

Summary PdfParser.PdfStream.decode in Pillow's PdfParser.py calls zlib.decompress with the bufsize parameter set to the value of the PDF stream's Length field, without any upper bound on the actual decompressed output size. Python's zlib.decompress bufsize argument is an initial output buffer hin...

7.5CVSS5.8AI score0.00385EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/23 9:46 a.m.4 views

OPENSUSE-SU-2026:21430-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can lead to a denial of service bsc1268683...

7AI score0.00304EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 9:45 a.m.7 views

SUSE-SU-2026:22863-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can lead to a denial of service bsc1268683...

7AI score0.00304EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 9:45 a.m.6 views

SUSE-SU-2026:22937-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can lead to a denial of service bsc1268683...

7AI score0.00304EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2026/07/21 12:00 a.m.15 views

nginx security update

1.26.3-6.0.1.el102.5 - Reference oracle-indexhtml within Requires Orabug: 33802044 2:1.26.3-6.5 - Resolves: RHEL-191778 - nginx: 'HTTP/2 bomb' nginx fix breaks module ABI causing crashes - Resolves: RHEL-188402 - nginx: NGINX: Arbitrary code execution or. Denial of Service via heap-based buffer...

9.2CVSS8.9AI score0.66039EPSS
SaveExploits42
OSV
OSV
added 2026/07/20 11:11 p.m.7 views

GHSA-JJJ6-MW9F-P565 Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode()

Summary PdfParser.PdfStream.decode in Pillow's PdfParser.py calls zlib.decompress with the bufsize parameter set to the value of the PDF stream's Length field, without any upper bound on the actual decompressed output size. Python's zlib.decompress bufsize argument is an initial output buffer hin...

7.5CVSS7.6AI score0.00385EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:52 p.m.19 views

node-tar: Decompression/parse DoS via unlimited input

Summary A Decompression/parse DoS via unlimited input vulnerability in node-tar allows an attacker to exhaust server resources disk space and CPU. Because the library does not enforce hard upper bounds on total decompressed data or entry counts, a small, maliciously crafted "Gzip Bomb" can be use...

9.2CVSS7.7AI score0.00424EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/20 9:52 p.m.26 views

EUVD-2026-42305

node-tar: Decompression/parse DoS via unlimited input...

9.2CVSS7.8AI score0.00424EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/20 9:13 p.m.12 views

GHSA-PHJ9-MV4W-65PM Pillow `GdImageFile._open()`: image dimensions accepted without `_decompression_bomb_check()`

Description PIL/GdImageFile.py GdImageFile.open reads image dimensions from the GD 2.x header and stores them in self.size without calling Image.decompressionbombcheck. Because GdImageFile is not registered with Image.registeropen, it never passes through the standard Image.open code path that...

7.5CVSS5.5AI score0.00418EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:13 p.m.14 views

EUVD-2026-41901

Pillow GdImageFile.open: image dimensions accepted without decompressionbombcheck...

7.5CVSS5.1AI score0.00418EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 9:13 p.m.13 views

EUVD-2026-41902

Pillow BdfFontFile: Image.new called without decompressionbombcheck — bomb protection bypass via font loading...

7.5CVSS6.3AI score0.00421EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:13 p.m.10 views

GHSA-45HQ-CXWH-F6VC Pillow `BdfFontFile`: `Image.new()` called without `_decompression_bomb_check()` — bomb protection bypass via font loading

Summary PIL/BdfFontFile.py bdfchar lines 84–88 reads the BBX width height field from a BDF font file and passes the dimensions directly to Image.new without calling Image.decompressionbombcheck. This completely bypasses Pillow's documented decompression bomb protection. Image.open enforces...

7.5CVSS5.5AI score0.00421EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:08 p.m.5 views

GHSA-5X94-69RX-G8H2 Pillow: `FontFile.compile()`: `Image.new()` called without `_decompression_bomb_check()`

Description PIL/FontFile.py FontFile.compile assembles per-glyph images into a single combined bitmap using Image.new"1", xsize, ysize without calling Image.decompressionbombcheck. This is the base-class method shared by both BdfFontFile and PcfFontFile, and it is triggered whenever a loaded font...

7.5CVSS5.4AI score0.00418EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:08 p.m.17 views

EUVD-2026-41900

Pillow: FontFile.compile: Image.new called without decompressionbombcheck...

7.5CVSS5.1AI score0.00418EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 9:08 p.m.13 views

EUVD-2026-41899

Pillow PcfFontFile.loadbitmaps: Image.frombytes called without decompressionbombcheck — bomb protection bypass via PCF font loading...

7.5CVSS6.3AI score0.0041EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:08 p.m.15 views

GHSA-8V84-F9PQ-WR9X Pillow `PcfFontFile._load_bitmaps()`: `Image.frombytes()` called without `_decompression_bomb_check()` — bomb protection bypass via PCF font loading

Description PIL/PcfFontFile.py loadbitmaps line 227 reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes without calling Image.decompressionbombcheck. Dimensions originate from unsigned 16-bit values: xsize = right - left max: 65535 − 0 = 65535 ysize =...

7.5CVSS5.6AI score0.0041EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

Oracle Linux 10 : mod_http2 (ELSA-2026-25225)

The remote Oracle Linux 10 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2026-25225 advisory. - Resolves: RHEL-188008 - address CVE-2026-43951, CVE-2026-48913 - Resolves: RHEL-182410 - modhttp2: HTTP/2: Remote Denial of Service via compression bomb and...

7.5CVSS7AI score0.27984EPSS
SaveExploits9References2
Tenable Nessus
Tenable Nessus
added 2026/07/18 12:00 a.m.8 views

SUSE SLES15 Security Update : python-Pillow (SUSE-SU-2026:3084-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3084-1 advisory. This update for python-Pillow fixes the following issues - CVE-2026-54058: out-of-bounds read via attacker-controlled row stride on mmap path...

9.1CVSS5.6AI score0.00476EPSS
SaveExploits7References22
Rows per page
Query Builder