Skip to content

Commit 973a4c3

Browse files
wiredfoolradarhere
authored andcommitted
Release notes for 8.1.1
1 parent 521dab9 commit 973a4c3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/releasenotes/8.1.1.rst

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
8.1.1
2+
-----
3+
4+
5+
Security
6+
========
7+
8+
CVE-2021-25289: The previous fix for CVE-2020-35654 was insufficent
9+
due to incorrect error checking in TiffDecode.c.
10+
11+
CVE-2021-25290: In TiffDecode.c, there is a negative-offset memcpy
12+
with an invalid size
13+
14+
CVE-2021-25291: In TiffDecode.c, invalid tile boundaries could lead to
15+
an OOB Read in TiffReadRGBATile
16+
17+
CVE-2021-25292: The PDF parser has a catastrophic backtracking regex
18+
that could be used as a DOS attack.
19+
20+
CVE-2021-25293: There is an Out of Bounds Read in SGIRleDecode.c,
21+
since pillow 4.3.0.
22+
23+
There is an Exhaustion of Memory DOS in the ICNS, ICO, and BLP
24+
container formats where Pillow did not properly check the reported
25+
size of the contained image. These images could cause arbitrariliy
26+
large memory allocations.
27+
28+
29+
Other Changes
30+
=============
31+
32+
A crash with the feature flags for LibJpeg and Webp on unreleased Python 3.10 has been fixed (https://github.com/python-pillow/Pillow/issues/5193)

0 commit comments

Comments
 (0)