← Back

Sequelizejs

sequelizejs

14 CVEs • 2 products

Products (2)

Click to collapse
Toggle

CVEs (14)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Sequelizejs
1Sequelize
Mar 18, 2026
Mar 10, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
Sequelize is a Node.js ORM tool. Prior to 6.37.8, there is SQL injection via unescaped cast type in JSON/JSONB where clause processing. The _traverseJSON() function splits JSON path keys on :: to extract a cast type, whi...Show more
Sequelize is a Node.js ORM tool. Prior to 6.37.8, there is SQL injection 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. This vulnerability is fixed in 6.37.8.Show less
1Sequelizejs
1Sequelize Typescript
Nov 21, 2024
Nov 24, 2023
N/A· v4
7.1 HIGH· v3
N/A· v2
Prototype Pollution in GitHub repository robinbuschmann/sequelize-typescript prior to 2.1.6.
1Sequelizejs
1Sequelize
Nov 21, 2024
Feb 22, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary S...Show more
Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fixed in Sequelize 6.19.1. Users are advised to upgrade. Users unable to upgrade should not use the `replacements` and the `where` option in the same query.Show less
1Sequelizejs
1Sequelize
Nov 21, 2024
Feb 16, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Due to improper input filtering in the sequalize js library, can malicious queries lead to sensitive information disclosure.
1Sequelizejs
1Sequelize
Nov 21, 2024
Feb 16, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Due to improper parameter filtering in the sequalize js library, can a attacker peform injection.
1Sequelizejs
1Sequelize
Nov 21, 2024
Feb 16, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Due to improper artibute filtering in the sequalize js library, can a attacker peform SQL injections.
1Sequelizejs
1Sequelize
Nov 21, 2024
Oct 29, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
sequelize before version 3.35.1 allows attackers to perform a SQL Injection due to the JSON path keys not being properly sanitized in the Postgres dialect.
1Sequelizejs
1Sequelize
Nov 21, 2024
Oct 29, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Sequelize all versions prior to 3.35.1, 4.44.3, and 5.8.11 are vulnerable to SQL Injection due to JSON path keys not being properly escaped for the MySQL/MariaDB dialects.
1Sequelizejs
1Sequelize
Nov 21, 2024
Oct 17, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Sequelize, all versions prior to version 4.44.3 and 5.15.1, is vulnerable to SQL Injection due to sequelize.json() helper function not escaping values properly when formatting sub paths for JSON queries for MySQL, MariaD...Show more
Sequelize, all versions prior to version 4.44.3 and 5.15.1, is vulnerable to SQL Injection due to sequelize.json() helper function not escaping values properly when formatting sub paths for JSON queries for MySQL, MariaDB and SQLite.Show less
1Sequelizejs
1Sequelize
Nov 21, 2024
Apr 10, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Sequelize version 5 before 5.3.0 does not properly ensure that standard conforming strings are used.
1Sequelizejs
1Sequelize
Nov 21, 2024
May 31, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 SQL...Show more
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.Show less
1Sequelizejs
1Sequelize
Nov 21, 2024
May 31, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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. A fix was pushed out that fixed potential SQL inject...Show more
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. A fix was pushed out that fixed potential SQL injection in sequelize 2.1.3 and earlier.Show less
1Sequelizejs
1Sequelize
Nov 21, 2024
May 31, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 If user input goes into the `limit` or `order` parame...Show more
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 If user input goes into the `limit` or `order` parameters, a malicious user can put in their own SQL statements. This affects sequelize 3.16.0 and earlier.Show less
1Sequelizejs
1Sequelize
Nov 21, 2024
May 29, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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 In Postgres, SQLite, and Microsoft SQL Server there i...Show more
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 In Postgres, SQLite, and Microsoft SQL Server there is an issue where arrays are treated as strings and improperly escaped. This causes potential SQL injection in sequelize 3.19.3 and earlier, where a malicious user could put `["test", "'); DELETE TestTable WHERE Id = 1 --')"]` inside of ``` database.query('SELECT * FROM TestTable WHERE Name IN (:names)', { replacements: { names: directCopyOfUserInput } }); ``` and cause the SQL statement to become `SELECT Id FROM Table WHERE Name IN ('test', '\'); DELETE TestTable WHERE Id = 1 --')`. In Postgres, MSSQL, and SQLite, the backslash has no special meaning. This causes the the statement to delete whichever Id has a value of 1 in the TestTable table.Show less