This CPE summary could be partial or incomplete. Please contact us for a detailed listing.

Summary

Detail
Vendor Python First view 2014-04-17
Product Pillow Last view 2024-01-19
Version Type
Update  
Edition  
Language  
Sofware Edition  
Target Software  
Target Hardware  
Other  

Activity : Overall

COMMON PLATFORM ENUMERATION: Repartition per Version

CPE Name Affected CVE
cpe:2.3:a:python:pillow:2.3.0:*:*:*:*:*:*:* 50
cpe:2.3:a:python:pillow:*:*:*:*:*:*:*:* 49
cpe:2.3:a:python:pillow:2.5.2:*:*:*:*:*:*:* 48
cpe:2.3:a:python:pillow:2.5.1:*:*:*:*:*:*:* 48
cpe:2.3:a:python:pillow:2.5.0:*:*:*:*:*:*:* 48
cpe:2.3:a:python:pillow:2.5.3:*:*:*:*:*:*:* 46
cpe:2.3:a:python:pillow:2.6.2:*:*:*:*:*:*:* 46
cpe:2.3:a:python:pillow:2.6.0:rc1:*:*:*:*:*:* 46
cpe:2.3:a:python:pillow:2.6.0:*:*:*:*:*:*:* 46
cpe:2.3:a:python:pillow:2.6.1:*:*:*:*:*:*:* 46
cpe:2.3:a:python:pillow:2.9.0:dev1:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.8.0:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.8.1:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.8.2:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:3.1.0:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.7.0:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.9.0:dev0:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:3.0.0:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:3.0.0:rc1:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.9.0:*:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:2.9.0:dev2:*:*:*:*:*:* 45
cpe:2.3:a:python:pillow:7.0.0:*:*:*:*:*:*:* 32
cpe:2.3:a:python:pillow:9.1.0:*:*:*:*:*:*:* 5

Related : CVE

This CPE Product have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
  Date Alert Description
8.1 2024-01-19 CVE-2023-50447

Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter).

7.5 2023-11-03 CVE-2023-44271

An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having it run out of memory. This occurs for truetype in ImageFont when textlength in an ImageDraw instance operates on a long text argument.

7.5 2022-11-14 CVE-2022-45199

Pillow before 9.3.0 allows denial of service via SAMPLESPERPIXEL.

7.5 2022-11-14 CVE-2022-45198

Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification).

9.8 2022-05-25 CVE-2022-30595

libImaging/TgaRleDecode.c in Pillow 9.1.0 has a heap buffer overflow in the processing of invalid TGA image files.

9.1 2022-03-28 CVE-2022-24303

Pillow before 9.0.1 allows attackers to delete files because spaces in temporary pathnames are mishandled.

9.8 2022-01-10 CVE-2022-22817

PIL.ImageMath.eval in Pillow before 9.0.0 allows evaluation of arbitrary expressions, such as ones that use the Python exec method. A lambda expression could also be used.

6.5 2022-01-10 CVE-2022-22816

path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path.

6.5 2022-01-10 CVE-2022-22815

path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path.

7.5 2021-09-03 CVE-2021-23437

The package pillow 5.2.0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function.

9.8 2021-07-13 CVE-2021-34552

Pillow through 8.2.0 and PIL (aka Python Imaging Library) through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c.

5.5 2021-06-02 CVE-2021-28678

An issue was discovered in Pillow before 8.2.0. For BLP data, BlpImagePlugin did not properly check that reads (after jumping to file offsets) returned data. This could lead to a DoS where the decoder could be run a large number of times on empty data.

7.5 2021-06-02 CVE-2021-28677

An issue was discovered in Pillow before 8.2.0. For EPS data, the readline implementation used in EPSImageFile has to deal with any combination of \r and \n as line endings. It used an accidentally quadratic method of accumulating lines while looking for a line ending. A malicious EPS file could use this to perform a DoS of Pillow in the open phase, before an image was accepted for opening.

7.5 2021-06-02 CVE-2021-28676

An issue was discovered in Pillow before 8.2.0. For FLI data, FliDecode did not properly check that the block advance was non-zero, potentially leading to an infinite loop on load.

5.5 2021-06-02 CVE-2021-28675

An issue was discovered in Pillow before 8.2.0. PSDImagePlugin.PsdImageFile lacked a sanity check on the number of input layers relative to the size of the data block. This could lead to a DoS on Image.open prior to Image.load.

9.1 2021-06-02 CVE-2021-25288

An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i.

9.1 2021-06-02 CVE-2021-25287

An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la.

7.5 2021-03-19 CVE-2021-25293

An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c.

6.5 2021-03-19 CVE-2021-25292

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.

7.5 2021-03-19 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.

7.5 2021-03-19 CVE-2021-25290

An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.

9.8 2021-03-19 CVE-2021-25289

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.

7.5 2021-03-03 CVE-2021-27923

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.

7.5 2021-03-03 CVE-2021-27922

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.

7.5 2021-03-03 CVE-2021-27921

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.

CWE : Common Weakness Enumeration

%idName
28% (13) CWE-125 Out-of-bounds Read
10% (5) CWE-119 Failure to Constrain Operations within the Bounds of a Memory Buffer
10% (5) CWE-20 Improper Input Validation
8% (4) CWE-787 Out-of-bounds Write
8% (4) CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflo...
6% (3) CWE-190 Integer Overflow or Wraparound
4% (2) CWE-770 Allocation of Resources Without Limits or Throttling
2% (1) CWE-665 Improper Initialization
2% (1) CWE-400 Uncontrolled Resource Consumption ('Resource Exhaustion')
2% (1) CWE-399 Resource Management Errors
2% (1) CWE-345 Insufficient Verification of Data Authenticity
2% (1) CWE-284 Access Control (Authorization) Issues
2% (1) CWE-264 Permissions, Privileges, and Access Controls
2% (1) CWE-252 Unchecked Return Value
2% (1) CWE-94 Failure to Control Generation of Code ('Code Injection')
2% (1) CWE-78 Improper Sanitization of Special Elements used in an OS Command ('O...
2% (1) CWE-59 Improper Link Resolution Before File Access ('Link Following')

Oval Markup Language : Definitions

OvalID Name
oval:org.mitre.oval:def:24565 USN-2168-1 -- python-imaging vulnerabilities
oval:org.mitre.oval:def:25172 SUSE-SU-2014:0705-1 -- Security update for python-imaging
oval:org.mitre.oval:def:26654 DSA-3009-1 python-imaging - security update

Nessus® Vulnerability Scanner

This CPE Product have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
id Description
2017-05-01 Name: The remote EulerOS host is missing a security update.
File: EulerOS_SA-2017-1049.nasl - Type: ACT_GATHER_INFO
2017-03-14 Name: The remote Ubuntu host is missing one or more security-related patches.
File: ubuntu_USN-3230-1.nasl - Type: ACT_GATHER_INFO
2017-03-14 Name: The remote Ubuntu host is missing a security-related patch.
File: ubuntu_USN-3229-1.nasl - Type: ACT_GATHER_INFO
2017-01-03 Name: The remote Gentoo host is missing one or more security-related patches.
File: gentoo_GLSA-201612-52.nasl - Type: ACT_GATHER_INFO
2016-12-05 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_bc4898d5a79411e6b2d360a44ce6887b.nasl - Type: ACT_GATHER_INFO
2016-11-11 Name: The remote Debian host is missing a security-related update.
File: debian_DSA-3710.nasl - Type: ACT_GATHER_INFO
2016-10-03 Name: The remote Ubuntu host is missing one or more security-related patches.
File: ubuntu_USN-3090-2.nasl - Type: ACT_GATHER_INFO
2016-09-28 Name: The remote Ubuntu host is missing one or more security-related patches.
File: ubuntu_USN-3090-1.nasl - Type: ACT_GATHER_INFO
2016-09-16 Name: The remote Ubuntu host is missing a security-related patch.
File: ubuntu_USN-3080-1.nasl - Type: ACT_GATHER_INFO
2016-04-13 Name: The remote Fedora host is missing a security update.
File: fedora_2016-6ad4474058.nasl - Type: ACT_GATHER_INFO
2016-04-13 Name: The remote Fedora host is missing a security update.
File: fedora_2016-35700c5956.nasl - Type: ACT_GATHER_INFO
2016-03-16 Name: The remote openSUSE host is missing a security update.
File: openSUSE-2016-339.nasl - Type: ACT_GATHER_INFO
2016-03-04 Name: The remote Fedora host is missing a security update.
File: fedora_2016-4d00dca15a.nasl - Type: ACT_GATHER_INFO
2016-03-04 Name: The remote Fedora host is missing a security update.
File: fedora_2016-4b06195979.nasl - Type: ACT_GATHER_INFO
2016-02-29 Name: The remote Debian host is missing a security-related update.
File: debian_DSA-3499.nasl - Type: ACT_GATHER_INFO
2016-02-22 Name: The remote Debian host is missing a security update.
File: debian_DLA-422.nasl - Type: ACT_GATHER_INFO
2016-02-10 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_53252879cf1111e5805c5453ed2e2b49.nasl - Type: ACT_GATHER_INFO
2016-02-10 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_6ea60e00cf1311e5805c5453ed2e2b49.nasl - Type: ACT_GATHER_INFO
2015-04-30 Name: The remote openSUSE host is missing a security update.
File: openSUSE-2015-337.nasl - Type: ACT_GATHER_INFO
2015-03-30 Name: The remote Mandriva Linux host is missing one or more security updates.
File: mandriva_MDVSA-2015-099.nasl - Type: ACT_GATHER_INFO
2015-03-26 Name: The remote Debian host is missing a security update.
File: debian_DLA-41.nasl - Type: ACT_GATHER_INFO
2015-01-22 Name: The remote Fedora host is missing a security update.
File: fedora_2015-0667.nasl - Type: ACT_GATHER_INFO
2015-01-19 Name: The remote Solaris system is missing a security patch for third-party software.
File: solaris11_py_pil_20140915.nasl - Type: ACT_GATHER_INFO
2015-01-19 Name: The remote Solaris system is missing a security patch for third-party software.
File: solaris11_py_pil_20140731.nasl - Type: ACT_GATHER_INFO
2014-11-24 Name: The remote Fedora host is missing a security update.
File: fedora_2014-14980.nasl - Type: ACT_GATHER_INFO