Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. sequelize
  4. ›
  5. CVE-2026-30951

CVE-2026-30951: Sequelize v6 Vulnerable to SQL Injection via JSON Column Cast Type

March 11, 2026

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.

Affected: v6.x through 6.37.7. v7 (@sequelize/core) is not affected.

References

  • github.com/advisories/GHSA-6457-6jrx-69cr
  • github.com/sequelize/sequelize
  • github.com/sequelize/sequelize/security/advisories/GHSA-6457-6jrx-69cr
  • nvd.nist.gov/vuln/detail/CVE-2026-30951

Code Behaviors & Features

Detect and mitigate CVE-2026-30951 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 6.0.0-beta.1 before 6.37.8

Fixed versions

  • 6.37.8

Solution

Upgrade to version 6.37.8 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Source file

npm/sequelize/CVE-2026-30951.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 27 Mar 2026 00:19:11 +0000.