mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 18:08:00 +02:00
19 lines
750 B
Markdown
19 lines
750 B
Markdown
### [CVE-2017-15286](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15286)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
- https://github.com/akaganeite/CVE4PP
|
|
|