Type Confusion in Sequelize - CVE-2023-22579
Published: February 21, 2023 / Updated: April 27, 2026
Sequelize
npm Inc.
Description
The vulnerability allows a remote user to bypass query filtering.
The vulnerability exists due to access of resource using incompatible type in getWhereConditions when processing an invalid value in the where option of a query. A remote user can provide a specially crafted invalid where value to bypass query filtering.
This behavior occurs only at the top level of the where option.