GHSA-xqg8-cv3h-xppv
Dashboard / Vulnerabilities / GHSA-xqg8-cv3h-xppv
Summary: SQL Injection in sequelize
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. ## Proof of Concept ```javascript Test.findAndCountAll({ where: { id :1 }, order : [['id', 'UNTRUSTED USER INPUT']] }) ``` ## Recommendation Update to version 2.0.0-rc8 or later
References: https://nvd.nist.gov/vuln/detail/CVE-2015-1369, https://github.com/sequelize/sequelize/issues/2906, https://github.com/sequelize/sequelize/pull/2919, https://github.com/advisories/GHSA-xqg8-cv3h-xppv, https://github.com/sequelize/sequelize, https://www.npmjs.com/advisories/33, http://www.openwall.com/lists/oss-security/2015/01/23/2
Affected packages
Package
Name: sequelize
Purl: pkg:npm/sequelize
Affected ranges
Type: SEMVER
Events:
