Lucene search

K
cvelistMitreCVELIST:CVE-2019-19911
HistoryJan 05, 2020 - 9:57 p.m.

CVE-2019-19911

2020-01-0521:57:24
mitre
www.cve.org
1

8.4 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

61.5%

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.