Merge pull request #9 from ActiveState/BE-148-cve-2021-25290

BE-148-cve-2021-25290
This commit is contained in:
Marc Gutman 2023-03-13 15:34:01 -05:00 committed by GitHub
commit b06ecb4365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 1 deletions

View File

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