cvelist/2019/10xxx/CVE-2019-10752.json
2019-10-17 19:01:01 +00:00

72 lines
2.4 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-10752",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "sequelize",
"version": {
"version_data": [
{
"version_value": "All versions prior to version 4.44.3 and 5.15.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://github.com/sequelize/sequelize/commit/9bd0bc1,",
"url": "https://github.com/sequelize/sequelize/commit/9bd0bc1,"
},
{
"refsource": "MISC",
"name": "https://github.com/sequelize/sequelize/commit/9bd0bc111b6f502223edf7e902680f7cc2ed541e",
"url": "https://github.com/sequelize/sequelize/commit/9bd0bc111b6f502223edf7e902680f7cc2ed541e"
},
{
"refsource": "CONFIRM",
"name": "https://snyk.io/vuln/SNYK-JS-SEQUELIZE-459751,",
"url": "https://snyk.io/vuln/SNYK-JS-SEQUELIZE-459751,"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Sequelize, all versions prior to version 4.44.3 and 5.15.1, is vulnerable to SQL Injection due to sequelize.json() helper function not escaping values properly when formatting sub paths for JSON queries for MySQL, MariaDB and SQLite."
}
]
}
}