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

68 lines
2.2 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
2019-03-17 22:49:50 +00:00
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2016-10553",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "sequelize node module",
"version": {
"version_data": [
{
"version_value": "<= 2.1.3"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
2019-03-17 22:49:50 +00:00
"lang": "eng",
"value": "sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS. A fix was pushed out that fixed potential SQL injection in sequelize 2.1.3 and earlier."
}
2019-03-17 22:49:50 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection (CWE-89)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://nodesecurity.io/advisories/109",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/109"
},
{
"name": "https://github.com/sequelize/sequelize/blob/master/changelog.md#300",
"refsource": "MISC",
"url": "https://github.com/sequelize/sequelize/blob/master/changelog.md#300"
}
]
}
}