Vulnerabilities > Sqlite > High
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2019-04-03 | CVE-2018-20505 | SQL Injection vulnerability in multiple products SQLite 3.25.2, when queries are run on a table with a malformed PRIMARY KEY, allows remote attackers to cause a denial of service (application crash) by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases). | 7.5 |
2019-03-22 | CVE-2019-9937 | NULL Pointer Dereference vulnerability in Sqlite 3.27.2 In SQLite 3.27.2, interleaving reads and writes in a single transaction with an fts5 virtual table will lead to a NULL Pointer Dereference in fts5ChunkIterate in sqlite3.c. | 7.5 |
2019-03-22 | CVE-2019-9936 | Out-of-bounds Read vulnerability in Sqlite 3.27.2 In SQLite 3.27.2, running fts5 prefix queries inside a transaction could trigger a heap-based buffer over-read in fts5HashEntrySort in sqlite3.c, which may lead to an information leak. | 7.5 |
2018-12-21 | CVE-2018-20346 | Integer Overflow or Wraparound vulnerability in multiple products SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries that occur after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases), aka Magellan. | 8.1 |
2018-03-17 | CVE-2018-8740 | NULL Pointer Dereference vulnerability in multiple products 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. | 7.5 |
2017-10-12 | CVE-2017-15286 | NULL Pointer Dereference vulnerability in Sqlite 3.20.1 SQLite 3.20.1 has a NULL pointer dereference in tableColumnList in shell.c because it fails to consider certain cases where `sqlite3_step(pStmt)==SQLITE_ROW` is false and a data structure is never initialized. | 7.5 |