cvelist/2017/16xxx/CVE-2017-16023.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
"CVE_data_meta" : {
2018-06-04 13:24:35 -04:00
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
2017-10-29 14:04:06 -04:00
"ID" : "CVE-2017-16023",
2018-06-04 13:24:35 -04:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "decamelize node module",
"version" : {
"version_data" : [
{
"version_value" : ">=1.1.0 <=1.1.1"
}
]
}
}
]
},
"vendor_name" : "HackerOne"
}
]
}
2017-10-29 14:04:06 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
2018-06-04 15:06:29 -04:00
"value" : "Decamelize is used to convert a dash/dot/underscore/space separated string to camelCase. Decamelize 1.1.0 through 1.1.1 uses regular expressions to evaluate a string and takes unescaped separator values, which can be used to create a denial of service attack."
2018-06-04 13:24:35 -04:00
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Denial of Service (CWE-400)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-06-04 15:06:29 -04:00
"name" : "https://github.com/sindresorhus/decamelize/issues/5",
"refsource" : "MISC",
2018-06-04 13:24:35 -04:00
"url" : "https://github.com/sindresorhus/decamelize/issues/5"
},
{
2018-06-04 15:06:29 -04:00
"name" : "https://nodesecurity.io/advisories/308",
"refsource" : "MISC",
2018-06-04 13:24:35 -04:00
"url" : "https://nodesecurity.io/advisories/308"
2017-10-29 14:04:06 -04:00
}
]
}
}