rpm package
opensuse/python-Pillow&distro=openSUSE Leap 15.5
pkg:rpm/opensuse/python-Pillow&distro=openSUSE%20Leap%2015.5
Vulnerabilities (22)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2024-28219 | — | < 7.2.0-150300.3.9.1 | 7.2.0-150300.3.9.1 | Apr 3, 2024 | In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. | ||
| CVE-2023-50447 | — | < 7.2.0-150300.3.6.1 | 7.2.0-150300.3.6.1 | Jan 19, 2024 | 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). | ||
| CVE-2023-44271 | — | < 7.2.0-150300.3.3.1 | 7.2.0-150300.3.3.1 | Nov 3, 2023 | 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 in | ||
| CVE-2022-45198 | — | < 7.2.0-150300.3.18.1 | 7.2.0-150300.3.18.1 | Nov 14, 2022 | Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification). | ||
| CVE-2022-22816 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Jan 7, 2022 | path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path. | ||
| CVE-2022-22815 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Jan 7, 2022 | path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path. | ||
| CVE-2021-23437 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Sep 3, 2021 | The package pillow 5.2.0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function. | ||
| CVE-2021-34552 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Jul 13, 2021 | 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. | ||
| CVE-2021-28677 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | 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 maliciou | ||
| CVE-2021-28678 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | 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. | ||
| CVE-2021-25288 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i. | ||
| CVE-2021-25287 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la. | ||
| CVE-2021-28675 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | 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. | ||
| CVE-2021-28676 | — | < 7.2.0-150300.3.12.1 | 7.2.0-150300.3.12.1 | Jun 2, 2021 | 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. | ||
| CVE-2021-25293 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 19, 2021 | An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c. | ||
| CVE-2021-25292 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 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. | ||
| CVE-2021-25290 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 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. | ||
| CVE-2021-25289 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 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. | ||
| CVE-2021-27921 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 3, 2021 | Pillow before 8.1.2 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-2021-27922 | — | < 7.2.0-150300.3.15.1 | 7.2.0-150300.3.15.1 | Mar 3, 2021 | Pillow before 8.1.2 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. |
- CVE-2024-28219Apr 3, 2024affected < 7.2.0-150300.3.9.1fixed 7.2.0-150300.3.9.1
In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy.
- CVE-2023-50447Jan 19, 2024affected < 7.2.0-150300.3.6.1fixed 7.2.0-150300.3.6.1
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).
- CVE-2023-44271Nov 3, 2023affected < 7.2.0-150300.3.3.1fixed 7.2.0-150300.3.3.1
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 in
- CVE-2022-45198Nov 14, 2022affected < 7.2.0-150300.3.18.1fixed 7.2.0-150300.3.18.1
Pillow before 9.2.0 performs Improper Handling of Highly Compressed GIF Data (Data Amplification).
- CVE-2022-22816Jan 7, 2022affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
path_getbbox in path.c in Pillow before 9.0.0 has a buffer over-read during initialization of ImagePath.Path.
- CVE-2022-22815Jan 7, 2022affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path.
- CVE-2021-23437Sep 3, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
The package pillow 5.2.0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function.
- CVE-2021-34552Jul 13, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
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.
- CVE-2021-28677Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
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 maliciou
- CVE-2021-28678Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
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.
- CVE-2021-25288Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_gray_i.
- CVE-2021-25287Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la.
- CVE-2021-28675Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
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.
- CVE-2021-28676Jun 2, 2021affected < 7.2.0-150300.3.12.1fixed 7.2.0-150300.3.12.1
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.
- CVE-2021-25293Mar 19, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c.
- CVE-2021-25292Mar 19, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
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.
- CVE-2021-25290Mar 19, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.
- CVE-2021-25289Mar 19, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
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.
- CVE-2021-27921Mar 3, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
Pillow before 8.1.2 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-2021-27922Mar 3, 2021affected < 7.2.0-150300.3.15.1fixed 7.2.0-150300.3.15.1
Pillow before 8.1.2 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.
Page 1 of 2