Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/sequelize@4.12.0
purl pkg:npm/sequelize@4.12.0
Next non-vulnerable version 6.37.8
Latest non-vulnerable version 7.0.0-next.1
Risk 4.5
Vulnerabilities affecting this package (6)
Vulnerability Summary Fixed by
VCID-3ugq-njms-xkgd
Aliases:
CVE-2023-22579
GHSA-vqfx-gj96-3w95
Unsafe fall-through in getWhereConditions Due to improper parameter filtering in the sequalize js library, can a attacker peform injection.
6.28.1
Affected by 1 other vulnerability.
7.0.0-alpha.1
Affected by 0 other vulnerabilities.
7.0.0-next.1
Affected by 0 other vulnerabilities.
VCID-gzz4-8wz6-f3f9
Aliases:
CVE-2023-22580
GHSA-8c25-f3mj-v6h8
Sequelize information disclosure vulnerability Due to improper input filtering in the sequalize js library, can malicious queries lead to sensitive information disclosure.
6.28.1
Affected by 1 other vulnerability.
7.0.0-alpha.1
Affected by 0 other vulnerabilities.
7.0.0-next.1
Affected by 0 other vulnerabilities.
VCID-hnqn-f4z6-m7gf
Aliases:
CVE-2019-10752
GHSA-m9jw-237r-gvfv
Sequelize 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.
4.44.3
Affected by 4 other vulnerabilities.
5.15.1
Affected by 3 other vulnerabilities.
VCID-hrt8-8z9v-euh8
Aliases:
CVE-2019-10748
GHSA-j9xp-92vc-559j
Sequelize all versions prior are vulnerable to SQL Injection due to JSON path keys not being properly escaped for the MySQL/MariaDB dialects.
4.44.3
Affected by 4 other vulnerabilities.
5.8.11
Affected by 5 other vulnerabilities.
5.8.12
Affected by 4 other vulnerabilities.
VCID-uuy7-v2qy-yfhv
Aliases:
GHSA-fw4p-36j9-rrj3
GMS-2020-771
Denial of Service in sequelize Versions of `sequelize` prior to 4.44.4 are vulnerable to Denial of Service (DoS). The SQLite dialect fails to catch a `TypeError` exception for the `results` variable. The `results` value may be undefined and trigger the error on a `.map` call. This may allow attackers to submit malicious input that forces the exception and crashes the Node process. The following proof-of-concept crashes the Node process: ``` const Sequelize = require('sequelize'); const sequelize = new Sequelize({ dialect: 'sqlite', storage: 'database.sqlite' }); const TypeError = sequelize.define('TypeError', { name: Sequelize.STRING, }); TypeError.sync({force: true}).then(() => { return TypeError.create({name: "SELECT tbl_name FROM sqlite_master"}); }); ``` ## Recommendation Upgrade to version 4.44.4 or later.
4.44.4
Affected by 3 other vulnerabilities.
VCID-zk15-66xk-2ydf
Aliases:
CVE-2023-25813
GHSA-wrh9-cjv3-2hpw
Sequelize vulnerable to SQL Injection via replacements 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.
6.19.1
Affected by 3 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-tccv-wk5y-jkde NoSQL Injection in sequelize Versions of `sequelize` prior to 4.12.0 are vulnerable to NoSQL Injection. Query operators such as `$gt` are not properly sanitized and may allow an attacker to alter data queries, leading to NoSQL Injection. ## Recommendation Upgrade to version 4.12.0 or later GHSA-wfp9-vr4j-f49j
GMS-2019-139

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-06T03:30:31.774718+00:00 GitLab Importer Affected by VCID-zk15-66xk-2ydf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/CVE-2023-25813.yml 38.6.0
2026-06-06T03:29:15.519184+00:00 GitLab Importer Affected by VCID-gzz4-8wz6-f3f9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/CVE-2023-22580.yml 38.6.0
2026-06-06T03:28:49.798777+00:00 GitLab Importer Affected by VCID-3ugq-njms-xkgd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/CVE-2023-22579.yml 38.6.0
2026-06-05T21:09:23.245105+00:00 GHSA Importer Fixing VCID-tccv-wk5y-jkde https://github.com/advisories/GHSA-wfp9-vr4j-f49j 38.6.0
2026-06-04T20:36:21.026774+00:00 GitLab Importer Affected by VCID-uuy7-v2qy-yfhv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/GMS-2020-771.yml 38.6.0
2026-06-04T20:25:12.877320+00:00 GitLab Importer Affected by VCID-hrt8-8z9v-euh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/CVE-2019-10748.yml 38.6.0
2026-06-04T20:25:04.121720+00:00 GitLab Importer Affected by VCID-hnqn-f4z6-m7gf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/CVE-2019-10752.yml 38.6.0
2026-06-04T17:43:01.929335+00:00 GithubOSV Importer Fixing VCID-tccv-wk5y-jkde https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2019/06/GHSA-wfp9-vr4j-f49j/GHSA-wfp9-vr4j-f49j.json 38.6.0
2026-06-02T04:39:18.470032+00:00 GitLab Importer Fixing VCID-tccv-wk5y-jkde https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/sequelize/GMS-2019-139.yml 38.6.0