cve/2016/CVE-2016-10554.md
2024-05-26 14:27:05 +02:00

791 B

CVE-2016-10554

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