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

102 lines
3.4 KiB
JSON
Raw Normal View History

2021-01-08 23:04:32 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-05-04 11:24:19 +03:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-05-04T08:24:17.714828Z",
2021-01-08 23:04:32 +00:00
"ID": "CVE-2021-23343",
2021-05-04 11:24:19 +03:00
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "path-parse",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-05-04 09:00:48 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067",
"name": "https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067"
2021-05-04 11:24:19 +03:00
},
{
2021-05-04 09:00:48 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1279028",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1279028"
2021-05-04 11:24:19 +03:00
},
{
2021-05-04 09:00:48 +00:00
"refsource": "MISC",
"url": "https://github.com/jbgutierrez/path-parse/issues/8",
"name": "https://github.com/jbgutierrez/path-parse/issues/8"
2021-05-31 06:00:49 +00:00
},
{
"refsource": "MLIST",
"name": "[myfaces-dev] 20210531 Re: [VOTE] Release Tobago 4.5.4, 5.0.0-alpha-1 and checkstyle-rules 14",
"url": "https://lists.apache.org/thread.html/r6a32cb3eda3b19096ad48ef1e7aa8f26e005f2f63765abb69ce08b85@%3Cdev.myfaces.apache.org%3E"
2021-05-04 11:24:19 +03:00
}
]
2021-01-08 23:04:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-05-04 09:00:48 +00:00
"value": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity."
2021-01-08 23:04:32 +00:00
}
]
2021-05-04 11:24:19 +03: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:L",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "Yeting Li"
}
]
2021-01-08 23:04:32 +00:00
}