SQLite Shell Buffer Overflow: ReadConsoleW Size Calculation Bug
Windows Console Input Buffer Overflow in SQLite 3.48.0 Shell The SQLite shell application introduced a critical buffer overflow vulnerability in version 3.48.0, specifically affecting the Windows console input handling functionality. The issue manifests in the sqlite3_fgets function when reading Unicode input from the Windows command prompt. The vulnerability occurs due to improper buffer size calculation…