CVE-2015-1369

EPSS 0.36%

SQL Injection in sequelize

Published: 10/24/2017Modified: 11/8/2023
Also known as:GHSA-xqg8-cv3h-xppv

Description

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

Affected packages (1)

References (7)