Show filters
304 Total Results
Displaying 131-140 of 304
Sort by:
Attacker Value
Unknown

CVE-2020-15523

Disclosure Date: July 04, 2020 (last updated February 21, 2025)
In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.
Attacker Value
Unknown

CVE-2020-10177

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c.
Attacker Value
Unknown

CVE-2020-10379

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c.
Attacker Value
Unknown

CVE-2020-10378

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
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.
Attacker Value
Unknown

CVE-2020-10994

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
In libImaging/Jpeg2KDecode.c in Pillow before 7.1.0, there are multiple out-of-bounds reads via a crafted JP2 file.
Attacker Value
Unknown

CVE-2020-11538

Disclosure Date: June 25, 2020 (last updated February 21, 2025)
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.
Attacker Value
Unknown

CVE-2020-13757

Disclosure Date: June 01, 2020 (last updated February 21, 2025)
Python-RSA before 4.1 ignores leading '\0' bytes during decryption of ciphertext. This could conceivably have a security-relevant impact, e.g., by helping an attacker to infer that an application uses Python-RSA, or if the length of accepted ciphertext affects application behavior (such as by causing excessive memory allocation).
Attacker Value
Unknown

CVE-2020-13388

Disclosure Date: May 22, 2020 (last updated February 21, 2025)
An exploitable vulnerability exists in the configuration-loading functionality of the jw.util package before 2.3 for Python. When loading a configuration with FromString or FromStream with YAML, one can execute arbitrary Python code, resulting in OS command execution, because safe_load is not used.
Attacker Value
Unknown

CVE-2020-11073

Disclosure Date: May 13, 2020 (last updated February 21, 2025)
In Autoswitch Python Virtualenv before version 0.16.0, a user who enters a directory with a malicious `.venv` file could run arbitrary code without any user interaction. This is fixed in version: 1.16.0
Attacker Value
Unknown

CVE-2020-11888

Disclosure Date: April 20, 2020 (last updated February 21, 2025)
python-markdown2 through 2.3.8 allows XSS because element names are mishandled unless a \w+ match succeeds. For example, an attack might use elementname@ or elementname- with an onclick attribute.