QID 980781
QID 980781: Nodejs (npm) Security Update for sequelize (GHSA-xqg8-cv3h-xppv)
Versions 2.0.0-rc-7 and earlier of `sequelize` are affected by a SQL injection vulnerability when user input is passed into the order parameter.
## Proof of Concept
```javascript
Test.findAndCountAll({
where: { id :1 },
order : [['id', 'UNTRUSTED USER INPUT']]
})
```
## Recommendation
Update to version 2.0.0-rc8 or later
Successful exploitation of this vulnerability may affect the confidentiality, integrity, and availability of the targeted user.
Solution
Customers are advised to refer to GHSA-xqg8-cv3h-xppv for updates pertaining to this vulnerability.
Vendor References
- GHSA-xqg8-cv3h-xppv -
github.com/advisories/GHSA-xqg8-cv3h-xppv
CVEs related to QID 980781
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-xqg8-cv3h-xppv | sequelize |
|