UNKNOWN npm

SQL Injection in sequelize

GHSA-xqg8-cv3h-xppv · CVE-2015-1369

Published · Modified

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

Test.findAndCountAll({
where: { id :1 },
order : [['id', 'UNTRUSTED USER INPUT']]
})

Recommendation

Update to version 2.0.0-rc8 or later

Ready to move

Start Securing

Free, no credit card | First findings in minutes