|
4 | 4 | Security
|
5 | 5 | ========
|
6 | 6 |
|
7 |
| -:cve:`2021-25289`: The previous fix for :cve:`2020-35654` was insufficient |
8 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 7 | +:cve:`2021-25289`: Fix the fix for :cve:`2020-35654` |
| 8 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
9 | 9 |
|
10 |
| -The previous fix for :cve:`2020-35654` was insufficient due to incorrect error checking in ``TiffDecode.c``. |
| 10 | +The previous fix for :cve:`2020-35654` was insufficient due to incorrect |
| 11 | +error checking in ``TiffDecode.c``. |
11 | 12 |
|
12 |
| -:cve:`2021-25290`: In ``TiffDecode.c``, there is a negative-offset ``memcpy`` with an invalid size |
13 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 13 | +:cve:`2021-25290`: Fix buffer overflow in ``TiffDecode.c`` |
| 14 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
14 | 15 |
|
15 |
| -:cve:`2021-25291`: In ``TiffDecode.c``, invalid tile boundaries could lead to an out-of-bounds read in ``TIFFReadRGBATile`` |
16 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 16 | +In ``TiffDecode.c``, there is a negative-offset ``memcpy`` with an invalid size. |
17 | 17 |
|
18 |
| -:cve:`2021-25292`: The PDF parser has a catastrophic backtracking regex that could be used as a DOS attack |
19 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 18 | +:cve:`2021-25291`: Fix buffer overflow in ``TIFFReadRGBATile`` |
| 19 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
20 | 20 |
|
21 |
| -:cve:`2021-25293`: There is an out-of-bounds read in ``SgiRleDecode.c`` since Pillow 4.3.0 |
22 |
| -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 21 | +In ``TiffDecode.c``, invalid tile boundaries could lead to an out-of-bounds |
| 22 | +read in ``TIFFReadRGBATile``. |
| 23 | + |
| 24 | +:cve:`2021-25292`: Fix DOS attack |
| 25 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 26 | + |
| 27 | +The PDF parser has a catastrophic backtracking regex that could be used as a |
| 28 | +DOS attack. |
| 29 | + |
| 30 | +:cve:`2021-25293`: Fix buffer overflow in ``SgiRleDecode.c`` |
| 31 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 32 | + |
| 33 | +There is an out-of-bounds read in ``SgiRleDecode.c`` since Pillow 4.3.0. |
23 | 34 |
|
24 | 35 | Other Changes
|
25 | 36 | =============
|
|
0 commit comments