Bug 2512024 - CVE-2026-69240 sgx-pccs: Sequelize: SQL Injection via improper handling of Oracle date functions [fedora-all]
Summary: CVE-2026-69240 sgx-pccs: Sequelize: SQL Injection via improper handling of Or...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: sgx-pccs
Version: rawhide
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Daniel Berrangé
QA Contact:
URL:
Whiteboard: {"flaws": ["c4f6296a-9698-4618-be84-1...
Depends On:
Blocks: CVE-2026-69240
TreeView+ depends on / blocked
 
Reported: 2026-08-06 13:19 UTC by Marian Rehak
Modified: 2026-08-06 13:19 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

Description Marian Rehak 2026-08-06 13:19:38 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.