cve/2017/CVE-2017-15286.md

18 lines
700 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-15286](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15286)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
SQLite 3.20.1 has a NULL pointer dereference in tableColumnList in shell.c because it fails to consider certain cases where `sqlite3_step(pStmt)==SQLITE_ROW` is false and a data structure is never initialized.
### POC
#### Reference
- https://github.com/Ha0Team/crash-of-sqlite3/blob/master/poc.md
#### Github
- https://github.com/ARPSyndicate/cvemon