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

65 lines
1.9 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
"CVE_data_meta" : {
2018-05-29 13:21:43 -04:00
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
2017-10-29 14:04:06 -04:00
"ID" : "CVE-2016-10551",
2018-05-29 13:21:43 -04:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "waterline-sequel node module",
"version" : {
"version_data" : [
{
"version_value" : "0.5.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-29 13:21:43 -04:00
"value" : "waterline-sequel is a module that helps generate SQL statements for Waterline apps Any user input that goes into Waterline's `like`, `contains`, `startsWith`, or `endsWith` will end up in waterline-sequel with the potential for malicious code. A malicious user can input their own SQL statements that will get executed and have full access to the database."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "SQL Injection (CWE-89)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://github.com/balderdashy/waterline/issues/1219#issuecomment-157294530"
},
{
"url" : "https://nodesecurity.io/advisories/115"
2017-10-29 14:04:06 -04:00
}
]
}
}