mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Add assigned CVE numbers
This commit is contained in:
parent
1afc94fd11
commit
81126d1470
|
@ -97,16 +97,16 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- This is the last Pillow release to support Python 2.7 #3642
|
- This is the last Pillow release to support Python 2.7 #3642
|
||||||
|
|
||||||
- Overflow checks for realloc for tiff decoding. CVE TBD
|
- Overflow checks for realloc for tiff decoding. CVE-2020-5310
|
||||||
[wiredfool, radarhere]
|
[wiredfool, radarhere]
|
||||||
|
|
||||||
- Catch SGI buffer overrun. CVE TBD
|
- Catch SGI buffer overrun. CVE-2020-5311
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Catch PCX P mode buffer overrun. CVE TBD
|
- Catch PCX P mode buffer overrun. CVE-2020-5312
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Catch FLI buffer overrun. CVE TBD
|
- Catch FLI buffer overrun. CVE-2020-5313
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Raise an error for an invalid number of bands in FPX image. CVE-2019-19911
|
- Raise an error for an invalid number of bands in FPX image. CVE-2019-19911
|
||||||
|
|
|
@ -4,15 +4,14 @@
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
||||||
This release addresses several security problems (CVEs TBD), as well as addressing
|
This release addresses several security problems.
|
||||||
CVE-2019-19911.
|
|
||||||
|
|
||||||
CVE-2019-19911 is regarding FPX images. If an image reports that it has a large number
|
CVE-2019-19911 is regarding FPX images. If an image reports that it has a large number
|
||||||
of bands, a large amount of resources will be used when trying to process the
|
of bands, a large amount of resources will be used when trying to process the
|
||||||
image. This is fixed by limiting the number of bands to those usable by Pillow.
|
image. This is fixed by limiting the number of bands to those usable by Pillow.
|
||||||
|
|
||||||
Buffer overruns were found when processing an SGI, PCX or FLI image. Checks
|
Buffer overruns were found when processing an SGI (CVE-2020-5311), PCX (CVE-2020-5312)
|
||||||
have been added to prevent this.
|
or FLI image (CVE-2020-5313). Checks have been added to prevent this.
|
||||||
|
|
||||||
Overflow checks have been added when calculating the size of a memory block to
|
CVE-2020-5310: Overflow checks have been added when calculating the size of a memory
|
||||||
be reallocated in the processing of a TIFF image.
|
block to be reallocated in the processing of a TIFF image.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user