CVE-2023-25813
In versions prior to 6.19.1 a SQL injection exploit exists related to replacements.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (1.44%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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 3.1
- 9.8 CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 1.44% probability · 72th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-89
- Affected
- sequelizejs/sequelize
- Source
- security-advisories@github.com
References
- https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadd4f78bPatch
- https://github.com/sequelize/sequelize/issues/14519Exploit, Issue Tracking
- https://github.com/sequelize/sequelize/releases/tag/v6.19.1Release Notes
- https://github.com/sequelize/sequelize/security/advisories/GHSA-wrh9-cjv3-2hpwExploit, Vendor Advisory
- https://github.com/sequelize/sequelize/commit/ccaa3996047fe00048d5993ab2dd43ebadd4f78bPatch
- https://github.com/sequelize/sequelize/issues/14519Exploit, Issue Tracking
- https://github.com/sequelize/sequelize/releases/tag/v6.19.1Release Notes
- https://github.com/sequelize/sequelize/security/advisories/GHSA-wrh9-cjv3-2hpwExploit, Vendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.