Commit 558b2e6 1 parent 50f0add commit 558b2e6 Copy full SHA for 558b2e6
File tree 3 files changed +30
-0
lines changed
3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Changelog (Pillow)
8
8
- Support raw rgba8888 for DDS #4760
9
9
[qiankanglai]
10
10
11
+ 8.0.1 (2020-10-22)
12
+ ------------------
13
+
14
+ - Update FreeType used in binary wheels to 2.10.4 to fix CVE-2020-15999.
15
+ [radarhere]
16
+
11
17
8.0.0 (2020-10-15)
12
18
------------------
13
19
Original file line number Diff line number Diff line change
1
+ 8.0.1
2
+ -----
3
+
4
+ Security
5
+ ========
6
+
7
+ Update FreeType used in binary wheels to `2.10.4 `_ to fix CVE-2020-15999 _:
8
+
9
+ - A heap buffer overflow has been found in the handling of embedded PNG bitmaps,
10
+ introduced in FreeType version 2.6.
11
+
12
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
13
+
14
+ If you use option ``FT_CONFIG_OPTION_USE_PNG `` you should upgrade immediately.
15
+
16
+ Before Pillow 8.0.0 bitmap fonts were disabled with ``FT_LOAD_NO_BITMAP ``, but it is not
17
+ clear if this prevents the exploit and we recommend updating to Pillow 8.0.1.
18
+
19
+ Pillow 8.0.0 and earlier are potentially vulnerable releases, including the last release
20
+ to support Python 2.7, namely Pillow 6.2.2.
21
+
22
+ .. _2.10.4 : https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
23
+ .. _CVE-2020-15999 : https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ expected to be backported to earlier versions.
13
13
.. toctree ::
14
14
:maxdepth: 2
15
15
16
+ 8.0.1
16
17
8.0.0
17
18
7.2.0
18
19
7.1.2
You can’t perform that action at this time.
0 commit comments