Files
CVEs-PoC/2017/CVE-2017-15286.md
T
2024-06-09 00:33:16 +00:00

766 B

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

Github