CVE-2023-25813

CRITICAL
Published Feb 22, 20233y ago · Modified Jun 17, 20262w ago
9.8 CVSS 3.1
Critical
Find Similar
Published Feb 22, 2023 3y ago
Last Modified Jun 17, 2026 2w ago

Description

Sequelize is a Node.js ORM tool. In versions prior to 6.19.1 a SQL injection exploit exists related to replacements. Parameters which are passed through replacements are not properly escaped which can lead to arbitrary SQL injection depending on the specific queries in use. The issue has been fixed in Sequelize 6.19.1. Users are advised to upgrade. Users unable to upgrade should not use the `replacements` and the `where` option in the same query.

CVSS Details

Base Score
9.8
Exploitability
3.9
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

No active exploitation signals — not in CISA KEV and no EPSS score yet.

Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-89 SQL Injection Injection

Affected Products 1

VendorProductVersionRange
sequelizejssequelize* <6.19.1

References 4

  • github.com https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadd4f78b
    Patch
  • github.com https://github.com/sequelize/sequelize/issues/14519
    ExploitIssue Tracking
  • github.com https://github.com/sequelize/sequelize/releases/tag/v6.19.1
    Release Notes
  • github.com https://github.com/sequelize/sequelize/security/advisories/GHSA-wrh9-cjv3-2hpw
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadd4f78b
    Patch