Versions of sequelize
prior to 5.3.0 (excluding v3 and v4) are vulnerable to SQL Injection. PostgreSQL optionstandard_conforming_strings
is not set to on
by default, which may allow attackers to inject SQL statements due to poor handling of backslashes in string literals.
Upgrade to version 5.3.0 or later.
{ "nvd_published_at": "2019-04-10T21:29:01Z", "severity": "HIGH", "github_reviewed_at": "2020-06-16T20:51:40Z", "github_reviewed": true, "cwe_ids": [ "CWE-20" ] }