#VU28227 Integer overflow in SQLite - CVE-2020-13434
Published: May 25, 2020 / Updated: October 28, 2023
SQLite
SQLite
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to integer overflow within the sqlite3_str_vappendf() function in printf.c. A remote attacker can pass specially crafted data to the application, trigger integer overflow and crash the application.