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

64 lines
1.7 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-10541",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "shell-quote node module",
"version" : {
"version_data" : [
{
"version_value" : "<=1.6.0"
}
]
}
}
]
},
"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" : "The npm module \"shell-quote\" 1.6.0 and earlier cannot correctly escape \">\" and \"<\" operator used for redirection in shell. Applications that depend on shell-quote may also be vulnerable. A malicious user could perform code injection."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "OS Command Injection (CWE-78)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-05-31 16:03:59 -04:00
"name" : "https://nodesecurity.io/advisories/117",
"refsource" : "MISC",
"url" : "https://nodesecurity.io/advisories/117"
2017-10-29 14:04:06 -04:00
}
]
}
}