PT-2018-4728 · Sequelize · Sequelize
Mickhansen
·
Published
2018-05-31
·
Updated
2019-10-09
·
CVE-2016-10550
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
sequelize versions 3.16.0 and earlier
Description
The issue concerns SQL Injection where user input is passed into the
limit or order parameters of sequelize query calls, such as findOne or findAll. This allows a malicious user to inject their own SQL statements.Recommendations
For versions 3.16.0 and earlier, update to version 3.17.0 or later. As a temporary workaround, consider restricting user input for the
limit and order parameters to prevent SQL injection attacks.Fix
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Sequelize