2020-01-21 23:01:29 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2020-7661" ,
2020-06-04 18:01:32 +00:00
"ASSIGNER" : "report@snyk.io" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "n/a" ,
"product" : {
"product_data" : [
{
"product_name" : "url-regex" ,
"version" : {
"version_data" : [
{
"version_value" : "all versions"
}
]
}
}
]
}
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "Regular Expression Denial of Service"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"refsource" : "MISC" ,
"name" : "https://github.com/kevva/url-regex/issues/70" ,
"url" : "https://github.com/kevva/url-regex/issues/70"
} ,
{
"refsource" : "MISC" ,
"name" : "https://snyk.io/vuln/SNYK-JS-URLREGEX-569472" ,
"url" : "https://snyk.io/vuln/SNYK-JS-URLREGEX-569472"
}
]
2020-01-21 23:01:29 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2020-06-04 18:01:32 +00:00
"value" : "all versions of url-regex are vulnerable to Regular Expression Denial of Service. An attacker providing a very long string in String.test can cause a Denial of Service."
2020-01-21 23:01:29 +00:00
}
]
}
}