Logo
componentpython3-pillow
Name
python3-pillow
Version
10.3.0
Type
library
Description
-
Licenses
HPND
PURL
-
CPE
cpe:2.3:*:python:pillow:10.3.0:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
9.4.0
master
12.2.0

Patches#


#
Title
Author
Resolve
1
Fix OOB Write with invalid tile extents (#9427)
Andrew Murray <3112309+radarhere@users.noreply.github.com>
CVE-2026-25990
2
support cross compiling
Leon Anavi <leon.anavi@konsulko.com>
3
Only read as much data from gzip-decompressed data as
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
CVE-2026-40192

Vulnerabilities#


Name
Analysis
Description
Exploitable
Pillow is a Python imaging library. From version 10.3.0 to before version 12.2.0, processing a malicious PSD file could lead to memory corruption, potentially resulting in a crash or arbitrary code execution. This issue has been patched in version 12.2.0.
Exploitable
Pillow is a Python imaging library. From version 4.2.0 to before version 12.2.0, an attacker can supply a malicious PDF that causes the process to hang indefinitely, consuming 100% CPU and making the application unresponsive. This issue has been patched in version 12.2.0.
Exploitable
Pillow is a Python imaging library. Prior to version 12.2.0, if a font advances for each glyph by an exceeding large amount, when Pillow keeps track of the current position, it may lead to an integer overflow. This issue has been patched in version 12.2.0.
Patched
Pillow is a Python imaging library. Versions 10.3.0 through 12.1.1 did not limit the amount of GZIP-compressed data read when decoding a FITS image, making them vulnerable to decompression bomb attacks. A specially crafted FITS file could cause unbounded memory consumption, leading to denial of service (OOM crash or severe performance degradation). If users are unable to immediately upgrade, they should only open specific image formats, excluding FITS, as a workaround.
Patched
Pillow is a Python imaging library. From 10.3.0 to before 12.1.1, an out-of-bounds write may be triggered when loading a specially crafted PSD image. This vulnerability is fixed in 12.1.1.