File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44Security
55========
66
7- Prevent FITS decompression bomb
8- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+ :cve: ` 2026-40192 `: Prevent FITS decompression bomb
8+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
1010When decompressing GZIP data from a FITS image, Pillow did not limit the amount of data
1111being 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.
1616Fix 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
2323Prevent PDF parsing trailer infinite loop
2424^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments