Vulnerability Description
sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS If user input goes into the `limit` or `order` parameters, a malicious user can put in their own SQL statements. This affects sequelize 3.16.0 and earlier.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Sequelizejs | Sequelize | <= 3.16.0 |
Related Weaknesses (CWE)
References
- https://github.com/sequelize/sequelize/pull/5167/commits/f282d85e60e3df5e57ecdb8PatchThird Party Advisory
- https://nodesecurity.io/advisories/112PatchThird Party Advisory
- https://github.com/sequelize/sequelize/pull/5167/commits/f282d85e60e3df5e57ecdb8PatchThird Party Advisory
- https://nodesecurity.io/advisories/112PatchThird Party Advisory
FAQ
What is CVE-2016-10550?
CVE-2016-10550 is a vulnerability with a CVSS score of 9.8 (CRITICAL). sequelize is an Object-relational mapping, or a middleman to convert things from Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server into usable data for NodeJS If user input goes into the `limi...
How severe is CVE-2016-10550?
CVE-2016-10550 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2016-10550?
Check the references section above for vendor advisories and patch information. Affected products include: Sequelizejs Sequelize.