CVE-2026-30951 PUBLISHED

Sequelize v6 Vulnerable to SQL Injection via JSON Column Cast Type

Assigner: GitHub_M
Reserved: 07.03.2026 Published: 10.03.2026 Updated: 11.03.2026

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.

Metrics

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

Product Status

Vendor sequelize
Product sequelize
Versions
  • Version >= 6.0.0-beta.1, < 6.37.8 is affected

References

Problem Types

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