PT-2015-5244 · Sequelize · Sequelize
Fixe
·
Published
2015-01-27
·
Updated
2017-10-24
·
CVE-2015-1369
CVSS v2.0
7.5
High
| Vector | AV:N/AC:L/Au:N/C:P/I:P/A:P |
Name of the Vulnerable Software and Affected Versions
sequelize versions prior to 2.0.0-rc8
Description
A SQL injection issue allows remote attackers to execute arbitrary SQL commands via the
order parameter when user input is passed into it. This can be exploited by manipulating the order parameter in queries, such as in the findAndCountAll method.Recommendations
Update to version 2.0.0-rc8 or later. As a temporary workaround, consider validating and sanitizing user input for the
order parameter to prevent malicious SQL commands. Restrict access to the order parameter in the affected API endpoint to minimize the risk of exploitation.Exploit
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