#VU23188 Division by zero in SQLite - CVE-2019-16168
Published: December 2, 2019 / Updated: June 20, 2021
SQLite
SQLite
Description
The vulnerability allows a remote attacker to perform a denial of service attack.
The vulnerability exists due to a division by zero error within the whereLoopAddBtreeIndex in sqlite3.c due to improper input validation in the sqlite_stat1 sz field. A remote attacker can pass specially crafted data to the application, trigger division by zero error and crash the vulnerable application.