cvelist/2019/19xxx/CVE-2019-19911.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2019-12-19 19:01:02 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2020-01-05 22:01:04 +00:00
"ID": "CVE-2019-19911",
"STATE": "PUBLIC"
2019-12-19 19:01:02 +00:00
},
2020-01-05 22:01:04 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-12-19 19:01:02 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-01-05 22:01:04 +00:00
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html"
2020-02-18 16:01:10 +00:00
},
{
"refsource": "UBUNTU",
"name": "USN-4272-1",
"url": "https://usn.ubuntu.com/4272-1/"
2019-12-19 19:01:02 +00:00
}
]
}
}