SQL Injection in sequelize
High severity
GitHub Reviewed
Published
Apr 11, 2019
to the GitHub Advisory Database
•
Updated Nov 20, 2023
Description
Published by the National Vulnerability Database
Apr 10, 2019
Published to the GitHub Advisory Database
Apr 11, 2019
Reviewed
Jun 16, 2020
Last updated
Nov 20, 2023
Versions of
sequelize
prior to 5.3.0 (excluding v3 and v4) are vulnerable to SQL Injection. PostgreSQL optionstandard_conforming_strings
is not set toon
by default, which may allow attackers to inject SQL statements due to poor handling of backslashes in string literals.Recommendation
Upgrade to version 5.3.0 or later.
References