SQLite Escaping Issue in Sequelize ORM for NodeJS Applications
CVE-2016-10554
9.8CRITICAL
What is CVE-2016-10554?
Sequelize, an ORM for NodeJS, exhibited a vulnerability where it incorrectly used MySQL backslash escaping for SQLite before version 1.7.0-alpha3. This misconfiguration could lead to potential data integrity issues, as it does not adhere to the expected escaping method for SQLite, which uses Postgres escaping. Developers using this version should update to ensure proper data handling and to mitigate potential security risks.
Affected Version(s)
sequelize node module <= 1.7.0-alpha2