-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
8.0.1 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
Update FreeType used in binary wheels to `2.10.4`_ to fix CVE-2020-15999_: | ||
|
||
- A heap buffer overflow has been found in the handling of embedded PNG bitmaps, | ||
introduced in FreeType version 2.6. | ||
|
||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999 | ||
|
||
If you use option ``FT_CONFIG_OPTION_USE_PNG`` you should upgrade immediately. | ||
|
||
Before Pillow 8.0.0 bitmap fonts were disabled with ``FT_LOAD_NO_BITMAP``, but it is not | ||
clear if this prevents the exploit and we recommend updating to Pillow 8.0.1. | ||
|
||
Pillow 8.0.0 and earlier are potentially vulnerable releases, including the last release | ||
to support Python 2.7, namely Pillow 6.2.2. | ||
|
||
.. _2.10.4: https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/ | ||
.. _CVE-2020-15999: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ expected to be backported to earlier versions. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
8.0.1 | ||
8.0.0 | ||
7.2.0 | ||
7.1.2 | ||
|