Bug 2510799 (CVE-2026-69240) - CVE-2026-69240 sequelize: Sequelize: SQL Injection via improper handling of Oracle date functions
Summary: CVE-2026-69240 sequelize: Sequelize: SQL Injection via improper handling of O...
Keywords:
Status: NEW
Alias: CVE-2026-69240
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2512024
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-03 21:02 UTC by OSIDB Bzimport
Modified: 2026-08-11 21:02 UTC (History)
18 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-03 21:02:48 UTC
Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL injection is possible with strings only if dialect is set to oracle. The escape function defined in sql-string.js does not escape quotes if the value starts with TO_TIMESTAMP or TO_DATE. In the Oracle dialect, when val is a string and starts with TO_TIMESTAMP or TO_DATE, escape returns val directly instead of replacing single quotes. An attacker can inject arbitrary SQL expressions through an application value that reaches this escape path. This issue is fixed in version 6.37.4.


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