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

65 lines
1.9 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-16018",
2018-06-04 13:24:35 -04:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "restify node module",
"version" : {
"version_data" : [
{
"version_value" : ">=2.0.0 <=4.0.4"
}
]
}
}
]
},
"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 13:24:35 -04:00
"value" : "Restify is a framework for building REST APIs. Using URL encoded script tags in a non-existent URL, an attacker can get script to run in some browsers. For example, for the URL `https://localhost:3000/no5_such3_file7.pl?%22%3E%3Cscript%3Ealert(73541);%3C/script%3E` restify will return `<script>alert(73541);</script>` as part of the response, and in some browsers will run."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Cross-site Scripting (XSS) - Generic (CWE-79)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://github.com/restify/node-restify/issues/1018"
},
{
"url" : "https://nodesecurity.io/advisories/314"
2017-10-29 14:04:06 -04:00
}
]
}
}