Python Pillow
By the Year
In 2021 there have been 11 vulnerabilities in Python Pillow with an average score of 7.5 out of ten. Last year Pillow had 10 security vulnerabilities published. That is, 1 more vulnerability have already been reported in 2021 as compared to last year. Last year, the average CVE base score was greater by 0.03
Year | Vulnerabilities | Average Score |
---|---|---|
2021 | 11 | 7.51 |
2020 | 10 | 7.54 |
2019 | 1 | 7.50 |
2018 | 0 | 0.00 |
It may take a day or so for new Pillow vulnerabilities to show up. Additionally vulnerabilities may be tagged under a different product or component name.
Latest Python Pillow Security Vulnerabilities
An issue was discovered in Pillow before 8.1.1
CVE-2021-25293
7.5 - High
- March 19, 2021
An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c.
Out-of-bounds Read
An issue was discovered in Pillow before 8.1.1
CVE-2021-25292
6.5 - Medium
- March 19, 2021
An issue was discovered in Pillow before 8.1.1. The PDF parser allows a regular expression DoS (ReDoS) attack via a crafted PDF file because of a catastrophic backtracking regex.
An issue was discovered in Pillow before 8.1.1
CVE-2021-25291
7.5 - High
- March 19, 2021
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.
Out-of-bounds Read
An issue was discovered in Pillow before 8.1.1
CVE-2021-25290
7.5 - High
- March 19, 2021
An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.
Memory Corruption
An issue was discovered in Pillow before 8.1.1
CVE-2021-25289
9.8 - Critical
- March 19, 2021
An issue was discovered in Pillow before 8.1.1. TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files because of certain interpretation conflicts with LibTIFF in RGBA mode. NOTE: this issue exists because of an incomplete fix for CVE-2020-35654.
Memory Corruption
Pillow before 8.1.1
CVE-2021-27923
7.5 - High
- March 03, 2021
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 an ICO container, and thus an attempted memory allocation can be very large.
Resource Exhaustion
Pillow before 8.1.1
CVE-2021-27922
7.5 - High
- March 03, 2021
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 an ICNS container, and thus an attempted memory allocation can be very large.
Resource Exhaustion
Pillow before 8.1.1
CVE-2021-27921
7.5 - High
- March 03, 2021
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.
Resource Exhaustion
In Pillow before 8.1.0, PcxDecode has a buffer over-read when decoding a crafted PCX file
CVE-2020-35653
7.1 - High
- January 12, 2021
In Pillow before 8.1.0, PcxDecode has a buffer over-read when decoding a crafted PCX file because the user-supplied stride value is trusted for buffer calculations.
Out-of-bounds Read
In Pillow before 8.1.0, SGIRleDecode has a 4-byte buffer over-read when decoding crafted SGI RLE image files
CVE-2020-35655
5.4 - Medium
- January 12, 2021
In Pillow before 8.1.0, SGIRleDecode has a 4-byte buffer over-read when decoding crafted SGI RLE image files because offsets and length tables are mishandled.
Out-of-bounds Read
In Pillow before 8.1.0, TiffDecode has a heap-based buffer overflow when decoding crafted YCbCr files
CVE-2020-35654
8.8 - High
- January 12, 2021
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.
Memory Corruption
In libImaging/SgiRleDecode.c in Pillow through 7.0.0
CVE-2020-11538
8.1 - High
- June 25, 2020
In libImaging/SgiRleDecode.c in Pillow through 7.0.0, a number of out-of-bounds reads exist in the parsing of SGI image files, a different issue than CVE-2020-5311.
Out-of-bounds Read
In libImaging/Jpeg2KDecode.c in Pillow before 7.1.0, there are multiple out-of-bounds reads
CVE-2020-10994
5.5 - Medium
- June 25, 2020
In libImaging/Jpeg2KDecode.c in Pillow before 7.1.0, there are multiple out-of-bounds reads via a crafted JP2 file.
Out-of-bounds Read
In Pillow before 7.1.0
CVE-2020-10379
7.8 - High
- June 25, 2020
In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c.
Classic Buffer Overflow
In libImaging/PcxDecode.c in Pillow before 7.1.0, an out-of-bounds read
CVE-2020-10378
5.5 - Medium
- June 25, 2020
In libImaging/PcxDecode.c in Pillow before 7.1.0, an out-of-bounds read can occur when reading PCX files where state->shuffle is instructed to read beyond state->buffer.
Out-of-bounds Read
Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c.
CVE-2020-10177
5.5 - Medium
- June 25, 2020
Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c.
Out-of-bounds Read
There is a DoS vulnerability in Pillow before 6.2.2 caused by FpxImagePlugin.py calling the range function on an unvalidated 32-bit integer if the number of bands is large
CVE-2019-19911
7.5 - High
- January 05, 2020
There is a DoS vulnerability in Pillow before 6.2.2 caused by FpxImagePlugin.py calling the range function on an unvalidated 32-bit integer if the number of bands is large. On Windows running 32-bit Python, this results in an OverflowError or MemoryError due to the 2 GB limit. However, on Linux running 64-bit Python this results in the process being terminated by the OOM killer.
Integer Overflow or Wraparound
libImaging/TiffDecode.c in Pillow before 6.2.2 has a TIFF decoding integer overflow
CVE-2020-5310
8.8 - High
- January 03, 2020
libImaging/TiffDecode.c in Pillow before 6.2.2 has a TIFF decoding integer overflow, related to realloc.
Integer Overflow or Wraparound
libImaging/FliDecode.c in Pillow before 6.2.2 has an FLI buffer overflow.
CVE-2020-5313
7.1 - High
- January 03, 2020
libImaging/FliDecode.c in Pillow before 6.2.2 has an FLI buffer overflow.
Out-of-bounds Read
libImaging/PcxDecode.c in Pillow before 6.2.2 has a PCX P mode buffer overflow.
CVE-2020-5312
9.8 - Critical
- January 03, 2020
libImaging/PcxDecode.c in Pillow before 6.2.2 has a PCX P mode buffer overflow.
Classic Buffer Overflow
libImaging/SgiRleDecode.c in Pillow before 6.2.2 has an SGI buffer overflow.
CVE-2020-5311
9.8 - Critical
- January 03, 2020
libImaging/SgiRleDecode.c in Pillow before 6.2.2 has an SGI buffer overflow.
Classic Buffer Overflow
An issue was discovered in Pillow before 6.2.0
CVE-2019-16865
7.5 - High
- October 04, 2019
An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image.
Allocation of Resources Without Limits or Throttling
Stay on top of Security Vulnerabilities
Want an email whenever new vulnerabilities are published for Fedora Project Fedora or by Python? Click the Watch button to subscribe.
