Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Mickhansen

#24723of 53,625
9.8Total CVSS
Vulnerabilities · 1
PT-2018-4728
9.8
2018-05-31
Sequelize · Sequelize · CVE-2016-10550
**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.