Skip to content

Commit b04c9a3

Browse files
authored
Add CVEs to 12.2.0 release notes (#9556)
2 parents 3157407 + fb1375d commit b04c9a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/releasenotes/12.2.0.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Security
55
========
66

7-
Prevent FITS decompression bomb
8-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+
:cve:`2026-40192`: Prevent FITS decompression bomb
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99

1010
When decompressing GZIP data from a FITS image, Pillow did not limit the amount of data
1111
being read, meaning that it was vulnerable to GZIP decompression bombs. This was
@@ -16,9 +16,9 @@ The data being read is now limited to only the necessary amount.
1616
Fix OOB write with invalid tile extents
1717
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1818

19-
Pillow 12.1.1 added improved checks for tile extents to prevent an OOB write from
20-
specially crafted PSD images in Pillow >= 10.3.0. However, these checks did not
21-
consider integer overflow. This has been corrected.
19+
Pillow 12.1.1 addressed :cve:`2026-25990` by improving checks for tile extents to
20+
prevent an OOB write from specially crafted PSD images in Pillow >= 10.3.0. However,
21+
these checks did not consider integer overflow. This has been corrected.
2222

2323
Prevent PDF parsing trailer infinite loop
2424
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)