VYPR
Vendor

Sequelize

Products
1
CVEs
5
Across products
5
Status
Private

Products

1

Recent CVEs

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

    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 documents using `GeomFromText`. ## Recommendation Update to version 3.23.6 or later.

  • CVE-2019-10749Oct 29, 2019
    risk 0.00cvss epss 0.00

    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-10748Oct 28, 2019
    risk 0.00cvss epss 0.00

    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-10752Oct 17, 2019
    risk 0.00cvss epss 0.00

    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-2019-11069Apr 10, 2019
    risk 0.00cvss epss 0.00

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