2020-01-02 06:36:56 +03:00
|
|
|
6.2.2
|
|
|
|
-----
|
|
|
|
|
|
|
|
Security
|
|
|
|
========
|
|
|
|
|
2024-03-15 04:04:08 +03:00
|
|
|
This release fixes several buffer overflow issues and a DOS attack vulnerability.
|
2020-01-02 06:36:56 +03:00
|
|
|
|
2024-03-17 13:43:04 +03:00
|
|
|
:cve:`2020-5310`, :cve:`2020-5311`, :cve:`2020-5312`, :cve:`2020-5313`: Overflow checks added
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Overflow checks have been added when calculating the size of a memory block to be reallocated
|
|
|
|
in the processing of TIFF, SGI, PCX and FLI images.
|
|
|
|
|
2024-03-14 20:58:05 +03:00
|
|
|
:cve:`2019-19911`: DOS attack vulnerability
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2024-03-13 21:40:00 +03:00
|
|
|
|
2024-03-13 21:15:16 +03:00
|
|
|
If an FPX image reports that it has a large number of bands, a large amount of
|
|
|
|
resources will be used when trying to process the image. This is fixed by
|
|
|
|
limiting the number of bands to those usable by Pillow.
|