← Back to browse · API

CVE-2023-25813

Severity
CRITICAL
CVSS
10.0
EPSS
0.01444
Risk score
40.51
CISA KEV
No
PoC
No
Published
2023-02-22
Modified
2025-03-10
First seen
2026-08-07
Aliases
EUVD-2023-0814, GHSA-WRH9-CJV3-2HPW
Products
sequelize:sequelize < 6.19.1
Sources
euvd EUVD-2023-0814

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.

References