Bug 2446250 (CVE-2026-30951) - CVE-2026-30951 sequelize: Sequelize: Data exfiltration via SQL injection in JSON/JSONB where clause processing
Summary: CVE-2026-30951 sequelize: Sequelize: Data exfiltration via SQL injection in J...
Keywords:
Status: NEW
Alias: CVE-2026-30951
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2446300
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-10 21:01 UTC by OSIDB Bzimport
Modified: 2026-03-10 21:53 UTC (History)
14 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-10 21:01:40 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.