VYPR

Sequelize

by Sequelize

npm: sequelize

Source repositories

CVEs (8)

  • CVE-2023-25813CriFeb 22, 2023
    risk 0.58cvss 10.0epss 0.01

    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…

  • CVE-2019-10749CriOct 29, 2019
    risk 0.57cvss 9.8epss 0.01

    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.

  • CVE-2019-10748CriOct 29, 2019
    risk 0.57cvss 9.8epss 0.01

    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.

  • CVE-2019-10752CriOct 17, 2019
    risk 0.57cvss 9.8epss 0.01

    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.

  • CVE-2016-1000225criSep 1, 2020
    risk 0.52cvss epss 0.07

    Affected versions of `sequelize` are vulnerable to SQL Injection in Models that have fields with the `GEOMETRY` DataType. This vulnerability occurs because single quotes in document values are not escaped for GeoJSON documents using `ST_GeomFromGeoJSON`, and MySQL GeoJSON…

  • CVE-2019-11069HigApr 10, 2019
    risk 0.42cvss 7.5epss 0.02

    Sequelize version 5 before 5.3.0 does not properly ensure that standard conforming strings are used.

  • CVE-2026-30951Mar 10, 2026
    risk 0.00cvss epss 0.00

    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 ) SQL. An…

  • CVE-2015-1369Jan 27, 2015
    risk 0.00cvss epss 0.02

    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.