cvelist/2017/16xxx/CVE-2017-16010.json
2018-05-29 16:06:16 -04:00

69 lines
2.1 KiB
JSON

{
"CVE_data_meta" : {
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
"ID" : "CVE-2017-16010",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "i18next node module",
"version" : {
"version_data" : [
{
"version_value" : ">=2.0.0 <=3.4.3"
}
]
}
}
]
},
"vendor_name" : "HackerOne"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "i18next is a language translation framework. When using the .init method, passing interpolation options without passing an escapeValue will default to undefined rather than the assumed true. This can result in a cross-site scripting vulnerability because user input is assumed to be escaped, but is not. This vulnerability affects i18next 2.0.0 and later."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Cross-site Scripting (XSS) - Generic (CWE-79)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/i18next/i18next/pull/826",
"refsource" : "MISC",
"url" : "https://github.com/i18next/i18next/pull/826"
},
{
"name" : "https://nodesecurity.io/advisories/326",
"refsource" : "MISC",
"url" : "https://nodesecurity.io/advisories/326"
}
]
}
}