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. Before version 1.7.0-alpha3, sequelize defaulted SQLite to use MySQL backslash escaping, even though SQLite uses Postgres escaping.
References
Link | Resource |
---|---|
https://github.com/sequelize/sequelize/commit/c876192aa6ce1f67e22b26a4d175b8478615f42d | Patch Third Party Advisory |
https://nodesecurity.io/advisories/113 | Patch Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2018-05-31 20:29
Updated : 2024-02-04 19:46
NVD link : CVE-2016-10554
Mitre link : CVE-2016-10554
CVE.ORG link : CVE-2016-10554
JSON object : View
Products Affected
sequelizejs
- sequelize
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')