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

69 lines
2.0 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-10535",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "csrf-lite node module",
"version" : {
"version_data" : [
{
"version_value" : "<=0.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-05-31 16:03:59 -04:00
"value" : "csrf-lite is a cross-site request forgery protection library for framework-less node sites. csrf-lite uses `===`, a fail first string comparison, instead of a time constant string comparison This enables an attacker to guess the secret in no more than (16*18)288 guesses, instead of the 16^18 guesses required were the timing attack not present."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Information Exposure Through Timing Discrepancy (CWE-208)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-05-31 16:03:59 -04:00
"name" : "https://github.com/isaacs/csrf-lite/pull/1",
"refsource" : "MISC",
"url" : "https://github.com/isaacs/csrf-lite/pull/1"
},
{
2018-05-31 16:03:59 -04:00
"name" : "https://nodesecurity.io/advisories/94",
"refsource" : "MISC",
"url" : "https://nodesecurity.io/advisories/94"
2017-10-29 14:04:06 -04:00
}
]
}
}