mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
c69dcc1c29
- Include CVE link in title (via @hugovk) - Retro-add release notes for 2.3.2, 2.5.2 for CVE-2014-3589
20 lines
647 B
ReStructuredText
20 lines
647 B
ReStructuredText
9.1.1
|
|
-----
|
|
|
|
Security
|
|
========
|
|
|
|
This release addresses several security issues.
|
|
|
|
:cve:`2022-30595`: Heap buffer overflow
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
When reading a TGA file with RLE packets that cross scan lines,
|
|
Pillow reads the information past the end of the first line without deducting that
|
|
from the length of the remaining file data. This vulnerability was introduced in Pillow
|
|
9.1.0, and can cause a heap buffer overflow.
|
|
|
|
Opening an image with a zero or negative height has been found to bypass a
|
|
decompression bomb check. This will now raise a :py:exc:`SyntaxError` instead, in turn
|
|
raising a ``PIL.UnidentifiedImageError``.
|