cvelist/2020/7xxx/CVE-2020-7754.json

102 lines
3.4 KiB
JSON
Raw Normal View History

2020-01-21 23:01:08 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2020-10-27 17:03:20 +02:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-10-27T15:03:17.448791Z",
2020-01-21 23:01:08 +00:00
"ID": "CVE-2020-7754",
2020-10-27 17:03:20 +02:00
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "npm-user-validate",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.0.1"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
2020-10-27 16:01:55 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-NPMUSERVALIDATE-1019352",
"name": "https://snyk.io/vuln/SNYK-JS-NPMUSERVALIDATE-1019352"
2020-10-27 17:03:20 +02:00
},
{
2020-10-27 16:01:55 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1019353",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1019353"
2020-10-27 17:03:20 +02:00
},
{
2020-10-27 16:01:55 +00:00
"refsource": "MISC",
"url": "https://github.com/npm/npm-user-validate/security/advisories/GHSA-xgh6-85xh-479p",
"name": "https://github.com/npm/npm-user-validate/security/advisories/GHSA-xgh6-85xh-479p"
2020-10-27 17:03:20 +02:00
},
{
2020-10-27 16:01:55 +00:00
"refsource": "MISC",
"url": "https://github.com/npm/npm-user-validate/commit/c8a87dac1a4cc6988b5418f30411a8669bef204e",
"name": "https://github.com/npm/npm-user-validate/commit/c8a87dac1a4cc6988b5418f30411a8669bef204e"
2020-10-27 17:03:20 +02:00
}
]
2020-01-21 23:01:08 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-10-27 16:01:55 +00:00
"value": "This affects the package npm-user-validate before 1.0.1. The regex that validates user emails took exponentially longer to process long input strings beginning with @ characters."
2020-01-21 23:01:08 +00:00
}
]
2020-10-27 17:03:20 +02: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": "Yeting Li"
}
]
2020-01-21 23:01:08 +00:00
}