SQL injection in Sequelize - CVE-2023-25813
Published: February 22, 2023 / Updated: April 27, 2026
Sequelize
npm Inc.
Description
The vulnerability allows a remote attacker to execute arbitrary SQL commands.
The vulnerability exists due to improper neutralization of special elements used in an SQL command in the replacements processing in sequelize.query when handling queries that combine the where option with replacements. A remote attacker can supply crafted replacement values to execute arbitrary SQL commands.