Vulnerability 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 Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Sequelizejs | Sequelize | < 6.19.1 |
Related Weaknesses (CWE)
References
- https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadPatch
- https://github.com/sequelize/sequelize/issues/14519ExploitIssue Tracking
- https://github.com/sequelize/sequelize/releases/tag/v6.19.1Release Notes
- https://github.com/sequelize/sequelize/security/advisories/GHSA-wrh9-cjv3-2hpwExploitVendor Advisory
- https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadPatch
- https://github.com/sequelize/sequelize/issues/14519ExploitIssue Tracking
- https://github.com/sequelize/sequelize/releases/tag/v6.19.1Release Notes
- https://github.com/sequelize/sequelize/security/advisories/GHSA-wrh9-cjv3-2hpwExploitVendor Advisory
FAQ
What is CVE-2023-25813?
CVE-2023-25813 is a vulnerability with a CVSS score of 10.0 (CRITICAL). 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...
How severe is CVE-2023-25813?
CVE-2023-25813 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2023-25813?
Check the references section above for vendor advisories and patch information. Affected products include: Sequelizejs Sequelize.