### [CVE-2016-10554](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10554) ![](https://img.shields.io/static/v1?label=Product&message=sequelize%20node%20module&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=SQL%20Injection%20(CWE-89)&color=brighgreen) ### 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. Before version 1.7.0-alpha3, sequelize defaulted SQLite to use MySQL backslash escaping, even though SQLite uses Postgres escaping. ### POC #### Reference No PoCs from references. #### Github - https://github.com/ARPSyndicate/cvemon