cvelist/2016/10xxx/CVE-2016-10551.json
2019-03-18 02:30:49 +00:00

68 lines
2.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2016-10551",
"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"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"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 in waterline-sequel 0.50 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": [
{
"name": "https://github.com/balderdashy/waterline/issues/1219#issuecomment-157294530",
"refsource": "MISC",
"url": "https://github.com/balderdashy/waterline/issues/1219#issuecomment-157294530"
},
{
"name": "https://nodesecurity.io/advisories/115",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/115"
}
]
}
}