Skip to main content

Sequelize EUVDEUVD-2026-52429

| CVE-2026-69240 CRITICAL
SQL Injection (CWE-89)
2026-08-03 GitHub_M GHSA-v8fg-2rw7-q452
9.8
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Remote unauthenticated SQL injection via a user value reaching escape(); Oracle-dialect requirement is a deployment precondition, not attacker complexity, so AC:L with full C/I/A impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
CRITICAL
qualitative
Red Hat
9.8 CRITICAL
qualitative

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Patch available
Aug 03, 2026 - 21:17 EUVD
Source Code Evidence Fetched
Aug 03, 2026 - 21:05 vuln.today
Analysis Generated
Aug 03, 2026 - 21:05 vuln.today
CVE Published
Aug 03, 2026 - 20:28 cve.org
CRITICAL 9.8

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 6 npm packages depend on sequelize (3 direct, 3 indirect)

Ecosystem-wide dependent count for version 6.37.4.

DescriptionCVE.org

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.

AnalysisAI

SQL injection in the Sequelize Node.js ORM (versions prior to 6.37.4) allows remote attackers to inject arbitrary SQL through application values that reach the string-escaping routine, but only when the ORM is configured with the Oracle dialect. The escape() function in sql-string.js returns any string beginning with TO_TIMESTAMP or TO_DATE verbatim without doubling single quotes, letting a crafted value break out of the intended literal. Publicly available exploit code exists in the GitHub Security Advisory (GHSA-v8fg-2rw7-q452); there is no CISA KEV listing and no EPSS score was provided.

Technical ContextAI

Sequelize is one of the most widely used promise-based ORMs for Node.js, mapping JavaScript queries to dialect-specific SQL. The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) defect in the Oracle dialect code path. When dialect === 'oracle' and the value is a string, escape() contains a special case: if the string starts with TO_TIMESTAMP or TO_DATE (Oracle date/timestamp conversion functions), it returns the value directly and skips the val.replace(/'/g, "''") quote-doubling that normally neutralizes embedded single quotes. This whitelist-by-prefix logic was presumably intended to let callers pass raw Oracle date-conversion expressions, but because it bypasses escaping entirely, an attacker who controls a value that begins with those tokens can append arbitrary SQL. The single affected package is npm/sequelize (cpe:2.3:a:sequelize:sequelize).

RemediationAI

Vendor-released patch: 6.37.4 - upgrade the sequelize npm package to 6.37.4 or later, which restores proper single-quote escaping in the Oracle dialect path (fix commit 5deadd2410ae9136a21fb652db206d27bb715f26). Because the vulnerability is confined to the Oracle dialect, any deployment not using dialect: 'oracle' is unaffected and can upgrade at normal cadence. Where an immediate upgrade is not possible on Oracle-backed apps, the actionable compensating controls are: use parameterized queries / bind parameters (replacements or bind arrays) instead of passing user input as raw values into where clauses so tainted strings never reach the vulnerable escape path; and add input validation to reject or neutralize application values that begin with TO_TIMESTAMP or TO_DATE before they are handed to Sequelize - the trade-off being that legitimate date-conversion expressions passed as literals would also be blocked. Advisory and patch references: https://github.com/sequelize/sequelize/security/advisories/GHSA-v8fg-2rw7-q452 and https://github.com/sequelize/sequelize/commit/5deadd2410ae9136a21fb652db206d27bb715f26.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2015-5688 MEDIUM POC
5.0 Sep 04

Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2014-7192 CRITICAL POC
10.0 Dec 11

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat

Vendor StatusVendor

SUSE

Severity: Critical

Share

EUVD-2026-52429 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy