2020-01-02 06:36:56 +03:00
|
|
|
6.2.2
|
|
|
|
-----
|
|
|
|
|
|
|
|
Security
|
|
|
|
========
|
|
|
|
|
2024-03-13 21:15:16 +03:00
|
|
|
This release fixes several buffer overruns and DOS attacks reported in CVE-2019-19911, CVE-2020-5310, CVE-2020-5311, CVE-2020-5312 and CVE-2020-5313.
|
2020-01-02 06:36:56 +03:00
|
|
|
|
2024-03-13 21:15:16 +03:00
|
|
|
Fix CVE-2019-19911
|
|
|
|
^^^^^^^^^^^^^^^^^^
|
2020-01-02 06:36:56 +03:00
|
|
|
|
2024-03-13 21:15:16 +03:00
|
|
|
.. note:: More information about this vulnerability included in database record :cve:`2019-19911`
|
|
|
|
|
2024-03-13 21:52:53 +03:00
|
|
|
DOS attack vulnerability
|
2024-03-13 22:50:58 +03:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
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.
|
|
|
|
|
|
|
|
Fix CVE-2020-5310
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
.. note:: More information about this vulnerability included in database record :cve:`2020-5310`
|
|
|
|
|
2024-03-13 21:40:00 +03:00
|
|
|
Overflow checks have been added when calculating the size of a memory block to be reallocated
|
|
|
|
in the processing of a TIFF image.
|
2024-03-13 21:15:16 +03:00
|
|
|
|
|
|
|
Fix CVE-2020-5311
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
.. note:: More information about this vulnerability included in database record :cve:`2020-5311`
|
|
|
|
|
2024-03-13 21:40:00 +03:00
|
|
|
Buffer overruns were found when processing an SGI image. Checks have been added to prevent this.
|
2024-03-13 21:15:16 +03:00
|
|
|
|
|
|
|
Fix CVE-2020-5312
|
2024-03-13 22:34:19 +03:00
|
|
|
^^^^^^^^^^^^^^^^^
|
2024-03-13 21:15:16 +03:00
|
|
|
|
|
|
|
.. note:: More information about this vulnerability included in database record :cve:`2020-5312`
|
|
|
|
|
2024-03-13 21:40:00 +03:00
|
|
|
Buffer overruns were found when processing an SGI PCX. Checks have been added to prevent this.
|
2024-03-13 21:15:16 +03:00
|
|
|
|
|
|
|
Fix CVE-2020-5313
|
2024-03-13 22:34:19 +03:00
|
|
|
^^^^^^^^^^^^^^^^^
|
2024-03-13 21:15:16 +03:00
|
|
|
|
|
|
|
.. note:: More information about this vulnerability included in database record :cve:`2020-5313`
|
|
|
|
|
2024-03-13 21:40:00 +03:00
|
|
|
Buffer overruns were found when processing an FLI image. Checks have been added to prevent this.
|