NULL Pointer Dereference in SQLite Session Extension
CVE-2026-50812
5.5MEDIUM
What is CVE-2026-50812?
A NULL pointer dereference issue exists in the SQLite Session Extension, specifically in version 3.53.1 and earlier trunk builds. An attacker could exploit this vulnerability by supplying a malformed changeset blob, causing the sqlite3changeset_apply_v3() function to attempt to process a corrupt changeset. This leads to a crash as the function reaches sqlite3_value_type() with a NULL sqlite3_value pointer, which can result in a denial of service for applications utilizing this database engine.
