NULL pointer dereference in SQLite - CVE-2017-15286
Published: October 12, 2017 / Updated: August 3, 2020
SQLite
Detailed vulnerability description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a NULL pointer dereference error 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. A remote attacker can perform a denial of service (DoS) attack.