cvelist/2015/9xxx/CVE-2015-9244.json
2019-03-18 06:08:17 +00:00

68 lines
2.0 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2015-9244",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "mysql node module",
"version": {
"version_data": [
{
"version_value": "<=v2.0.0-alpha7"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Keys of objects in mysql node module v2.0.0-alpha7 and earlier are not escaped with `mysql.escape()` which could lead to SQL Injection."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection (CWE-89)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/felixge/node-mysql/issues/342",
"refsource": "MISC",
"url": "https://github.com/felixge/node-mysql/issues/342"
},
{
"name": "https://nodesecurity.io/advisories/66",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/66"
}
]
}
}