Show filters
304 Total Results
Displaying 111-120 of 304
Sort by:
Attacker Value
Unknown

CVE-2021-25290

Disclosure Date: March 19, 2021 (last updated February 22, 2025)
An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size.
Attacker Value
Unknown

CVE-2021-25293

Disclosure Date: March 19, 2021 (last updated February 22, 2025)
An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c.
Attacker Value
Unknown

CVE-2021-25292

Disclosure Date: March 19, 2021 (last updated February 22, 2025)
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.
Attacker Value
Unknown

CVE-2021-28363

Disclosure Date: March 15, 2021 (last updated February 22, 2025)
The urllib3 library 1.26.x before 1.26.4 for Python omits SSL certificate validation in some cases involving HTTPS to HTTPS proxies. The initial connection to the HTTPS proxy (if an SSLContext isn't given via proxy_config) doesn't verify the hostname of the certificate. This means certificates for different servers that still validate properly with the default urllib3 SSLContext will be silently accepted.
Attacker Value
Unknown

CVE-2021-27923

Disclosure Date: March 03, 2021 (last updated February 22, 2025)
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.
Attacker Value
Unknown

CVE-2021-27921

Disclosure Date: March 03, 2021 (last updated February 22, 2025)
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.
Attacker Value
Unknown

CVE-2021-27922

Disclosure Date: March 03, 2021 (last updated February 22, 2025)
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.
Attacker Value
Unknown

CVE-2021-23336

Disclosure Date: February 15, 2021 (last updated February 22, 2025)
The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.
Attacker Value
Unknown

CVE-2021-3177

Disclosure Date: January 19, 2021 (last updated February 22, 2025)
Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.
Attacker Value
Unknown

CVE-2020-35653

Disclosure Date: January 12, 2021 (last updated February 22, 2025)
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.