原始 OSV JSON
{
"id": "GHSA-xqg8-cv3h-xppv",
"aliases": [
"CVE-2015-1369"
],
"details": "Versions 2.0.0-rc-7 and earlier of `sequelize` are affected by a SQL injection vulnerability when user input is passed into the order parameter.\n\n\n\n## Proof of Concept\n\n```javascript\nTest.findAndCountAll({\nwhere: { id :1 },\norder : [['id', 'UNTRUSTED USER INPUT']]\n})\n```\n\n\n## Recommendation\n\nUpdate to version 2.0.0-rc8 or later",
"summary": "SQL Injection in sequelize",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.0.0-rc8"
}
]
}
],
"package": {
"name": "sequelize",
"ecosystem": "npm"
},
"database_specific": {
"last_known_affected_version_range": "<= 2.0.0-rc7"
}
}
],
"modified": "2021-09-22T15:12:11Z",
"severity": [],
"published": "2017-10-24T18:33:36Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-1369",
"type": "ADVISORY"
},
{
"url": "https://github.com/sequelize/sequelize/issues/2906",
"type": "WEB"
},
{
"url": "https://github.com/sequelize/sequelize/pull/2919",
"type": "WEB"
},
{
"url": "https://github.com/advisories/GHSA-xqg8-cv3h-xppv",
"type": "ADVISORY"
},
{
"url": "https://github.com/sequelize/sequelize",
"type": "PACKAGE"
},
{
"url": "https://www.npmjs.com/advisories/33",
"type": "WEB"
},
{
"url": "http://www.openwall.com/lists/oss-security/2015/01/23/2",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2020-06-16T22:04:08Z"
}
}