In SQLite through 3.22.0, databases whose schema is corrupted using a CREATE TABLE AS statement could cause a NULL pointer dereference, related to build.c and prepare.c.
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Sqlite | Sqlite | * | 3.22.0 (including) |
Sqlite3 | Ubuntu | artful | * |
Sqlite3 | Ubuntu | bionic | * |
Sqlite3 | Ubuntu | trusty | * |
Sqlite3 | Ubuntu | upstream | * |
Sqlite3 | Ubuntu | xenial | * |