Merge CVE changes

Put a comma back in
This commit is contained in:
Eric Soroos 2021-01-08 18:45:42 +01:00 committed by Frederick Price
parent 50ba069cc6
commit 5515707532
8 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,10 @@ Changelog (Pillow)
since Pillow 4.3.0.
[rickprice]
- Fix CVE-2021-2791
- Fix CVE-2021-27291
[rickprice]
- Fix CVE-2021-25290
[rickprice]
- Fix CVE-2021-25291

View File

@ -11,4 +11,6 @@ since Pillow 4.3.0.
:cve: `CVE-2021-25291`: An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is an out-of-bounds read in TiffreadRGBATile via invalid tile boundaries.
:cve: `CVE-2021-2791` : Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for a BLP container, and thus an attempted memory allocation can be very large.
:cve: `CVE-2021-25290` : Fix negative size read in TiffDecode.c