CVE-2016-10553: Potential SQL Injection in sequelize
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.51077%
CWE
Published
2/18/2019
Updated
1/9/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
sequelize | npm | <= 2.1.3 | 3.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided patches (29b6a54 and 2798738) do not address the SQL injection vulnerability (CVE-2016-10553) described in the advisory. The first commit fixes a delimiter collision in PostgreSQL function generation, and the second addresses a regression in timestamp handling. Neither patch modifies the findOne
method or where
clause processing, which are the vectors explicitly called out in the vulnerability description. The actual fix for CVE-2016-10553 likely resides in Sequelize 3.0.0's changes to input sanitization in query construction, but these changes are not present in the analyzed patches. Without direct evidence of vulnerable code paths in the provided diffs, no functions can be confidently identified for runtime detection.