cve/2019/CVE-2019-10757.md

19 lines
714 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-10757](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10757)
![](https://img.shields.io/static/v1?label=Product&message=knex.js&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=SQL%20Injection&color=brighgreen)
### Description
knex.js versions before 0.19.5 are vulnerable to SQL Injection attack. Identifiers are escaped incorrectly as part of the MSSQL dialect, allowing attackers to craft a malicious query to the host DB.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Kirill89/Kirill89
- https://github.com/ossf-cve-benchmark/CVE-2019-10757