mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-12 08:14:45 +03:00
BE-164-cve-2021-25289_B
Add binary files that are needed for testing. The code changes that
fixed the CVE were made in an earlier release. This just adds the files
that show the CVE has been fixed.
commit cbfdde7b1f
Author: Eric Soroos eric-github@soroos.net
Date: Sun Jan 3 21:35:32 2021 +0100
Incorrect error code checking in TiffDecode.c
* since Pillow 8.1.0
* CVE-2021-25289
This commit is contained in:
parent
3a855cb647
commit
e7a2ab62b7
|
@ -8,6 +8,9 @@ Changelog (Pillow)
|
||||||
- Fix CVE-2020-35654
|
- Fix CVE-2020-35654
|
||||||
[rickprice]
|
[rickprice]
|
||||||
|
|
||||||
|
- Catch TiffDecode heap-based buffer overflow. CVE 2021-25289
|
||||||
|
Add test files that show the CVE was fixed
|
||||||
|
[rickprice]
|
||||||
|
|
||||||
6.2.2.4 (2023-03-29)
|
6.2.2.4 (2023-03-29)
|
||||||
------------------
|
------------------
|
||||||
|
|
BIN
Tests/images/crash-0e16d3bfb83be87356d026d66919deaefca44dac.tif
Normal file
BIN
Tests/images/crash-0e16d3bfb83be87356d026d66919deaefca44dac.tif
Normal file
Binary file not shown.
BIN
Tests/images/crash-1152ec2d1a1a71395b6f2ce6721c38924d025bf3.tif
Normal file
BIN
Tests/images/crash-1152ec2d1a1a71395b6f2ce6721c38924d025bf3.tif
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
6.2.2.4
|
6.2.2.5
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
@ -8,4 +8,5 @@ This release addresses several critical CVEs.
|
||||||
|
|
||||||
:cve:`CVE-2020-35654`: In Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode.
|
:cve:`CVE-2020-35654`: In Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode.
|
||||||
|
|
||||||
|
:cve:`CVE-2021-25289`: Catch TiffDecode heap-based buffer overflow. Add test files that show the CVE was fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user