cvelist/2019/10xxx/CVE-2019-10749.json

67 lines
2.1 KiB
JSON
Raw Normal View History

2019-04-03 22:00:45 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2019-10749",
2019-10-29 19:01:29 +00:00
"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\u00a03.35.1"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://snyk.io/vuln/SNYK-JS-SEQUELIZE-450222",
"url": "https://snyk.io/vuln/SNYK-JS-SEQUELIZE-450222"
},
{
"refsource": "MISC",
"name": "https://github.com/sequelize/sequelize/commit/ee4017379db0059566ecb5424274ad4e2d66bc68",
"url": "https://github.com/sequelize/sequelize/commit/ee4017379db0059566ecb5424274ad4e2d66bc68"
}
]
2019-04-03 22:00:45 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2019-10-29 19:01:29 +00:00
"value": "sequelize before version 3.35.1 allows attackers to perform a SQL Injection due to the JSON path keys not being properly sanitized in the Postgres dialect."
2019-04-03 22:00:45 +00:00
}
]
}
}