cvelist/2016/10xxx/CVE-2016-10543.json

69 lines
1.9 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
2017-10-29 14:04:06 -04:00
"ID" : "CVE-2016-10543",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "call node module",
"version" : {
"version_data" : [
{
"version_value" : ">= 2.0.1 <3.0.2"
}
]
}
}
]
},
"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-05-31 16:03:59 -04:00
"value" : "call is an HTTP router that is primarily used by the hapi framework. There exists a bug in call versions 2.0.1-3.0.1 that does not validate empty parameters, which could result in invalid input bypassing the route validation rules."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Improper Input Validation (CWE-20)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-05-31 16:03:59 -04:00
"name" : "https://github.com/hapijs/hapi/issues/3228",
"refsource" : "MISC",
"url" : "https://github.com/hapijs/hapi/issues/3228"
},
{
2018-05-31 16:03:59 -04:00
"name" : "https://nodesecurity.io/advisories/121",
"refsource" : "MISC",
"url" : "https://nodesecurity.io/advisories/121"
2017-10-29 14:04:06 -04:00
}
]
}
}