Lucene search

K
osvGoogleOSV:GHSA-XQG8-CV3H-XPPV
HistoryOct 24, 2017 - 6:33 p.m.

SQL Injection in sequelize

2017-10-2418:33:36
Google
osv.dev
4

EPSS

0.002

Percentile

60.4%

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

EPSS

0.002

Percentile

60.4%

Related for OSV:GHSA-XQG8-CV3H-XPPV