cvelist/2021/23xxx/CVE-2021-23437.json

101 lines
3.3 KiB
JSON
Raw Normal View History

2021-01-08 23:02:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-09-03 17:10:02 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-09-03T16:10:00.232154Z",
2021-01-08 23:02:33 +00:00
"ID": "CVE-2021-23437",
2021-09-03 17:10:02 +01:00
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Pillow",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
},
{
"version_affected": "<",
"version_value": "8.3.2"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-09-03 17:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1319443",
"name": "https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1319443"
2021-09-03 17:10:02 +01:00
},
{
2021-09-03 17:00:56 +00:00
"refsource": "MISC",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html",
"name": "https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html"
2021-09-03 17:10:02 +01:00
},
{
2021-09-03 17:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/python-pillow/Pillow/commit/9e08eb8f78fdfd2f476e1b20b7cf38683754866b",
"name": "https://github.com/python-pillow/Pillow/commit/9e08eb8f78fdfd2f476e1b20b7cf38683754866b"
2021-09-03 17:10:02 +01:00
}
]
2021-01-08 23:02:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-09-03 17:00:56 +00:00
"value": "The package pillow from 0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function."
2021-01-08 23:02:33 +00:00
}
]
2021-09-03 17:10:02 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Liyuan Chen"
}
]
2021-01-08 23:02:33 +00:00
}