CVE-2015-1369
HighSummary
SQL injection vulnerability in Sequelize before version 2.0.0-rc7 for Node.js allows remote attackers to execute arbitrary SQL commands via the order parameter.
Risk Assessment
An attacker could exploit this vulnerability to gain unauthorized access to the database, potentially leading to data loss or system compromise.
Recommendation
It is recommended to upgrade Sequelize to version 2.0.0-rc7 or later to mitigate this vulnerability.
Other vulnerabilities in Sequelize
See all- CVE-2026-69240Critical
Sequelize, a Node.js ORM tool, is vulnerable to SQL injection in the Oracle dialect. The escape function fails to escape quotes when the value starts with TO_TIMESTAMP or TO_DATE, allowing arbitrary SQL injection.
- CVE-2026-30951High
Sequelize before version 6.37.8 contains an SQL injection vulnerability via unescaped cast type in JSON/JSONB WHERE clause processing. The _traverseJSON() function splits JSON path keys on '::' to extract a cast type, which is interpolated raw into CAST(... AS <type>) SQL. An attacker who controls JSON object keys can inject arbitrary SQL and exfiltrate data from any table.
Original NVD description (English source)
SQL injection vulnerability in Sequelize before 2.0.0-rc7 for Node.js allows remote attackers to execute arbitrary SQL commands via the order parameter.

