CVE-2015-1369 – sequelize
Package
Manager: npm
Name: sequelize
Vulnerable Version: >=0 <2.0.0-rc8
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:U/RL:U/RC:R
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS: 0.0036 pctl0.57456
Details
SQL Injection in sequelize 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
Metadata
Created: 2017-10-24T18:33:36Z
Modified: 2021-09-22T15:12:11Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2017/10/GHSA-xqg8-cv3h-xppv/GHSA-xqg8-cv3h-xppv.json
CWE IDs: ["CWE-89"]
Alternative ID: GHSA-xqg8-cv3h-xppv
Finding: F297
Auto approve: 1