VYPR

SQLite

by SQLite

Source repositories

CVEs (73)

  • CVE-2020-9327HigFeb 21, 2020
    risk 0.49cvss 7.5epss 0.04

    In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.

  • CVE-2018-20505HigApr 3, 2019
    risk 0.49cvss 7.5epss 0.07

    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).

  • CVE-2019-9937HigMar 22, 2019
    risk 0.49cvss 7.5epss 0.06

    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. This is related to ext/fts5/fts5_hash.c and ext/fts5/fts5_index.c.

  • CVE-2019-9936HigMar 22, 2019
    risk 0.49cvss 7.5epss 0.05

    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. This is related to ext/fts5/fts5_hash.c.

  • CVE-2018-8740HigMar 17, 2018
    risk 0.49cvss 7.5epss 0.08

    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.

  • CVE-2017-15286HigOct 12, 2017
    risk 0.49cvss 7.5epss 0.03

    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.

  • CVE-2022-46908HigDec 12, 2022
    risk 0.47cvss 7.3epss 0.00

    SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE.

  • CVE-2020-13630HigMay 27, 2020
    risk 0.46cvss 7.0epss 0.01

    ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.

  • CVE-2018-20506HigApr 3, 2019
    risk 0.46cvss 8.1epss 0.08

    SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries in a "merge" operation that occurs after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by…

  • CVE-2018-20346HigDec 21, 2018
    risk 0.46cvss 8.1epss 0.10

    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…

  • CVE-2025-7709MedSep 8, 2025
    risk 0.45cvss epss 0.00

    An integer overflow exists in the FTS5 https://sqlite.org/fts5.html  extension. It occurs when the size of an array of tombstone pointers is calculated and truncated into a 32-bit integer. A pointer to partially controlled data can then be written out of bounds.

  • CVE-2019-16168MedSep 9, 2019
    risk 0.43cvss 6.5epss 0.04

    In SQLite through 3.29.0, whereLoopAddBtreeIndex in sqlite3.c can crash a browser or other application because of missing validation of a sqlite_stat1 sz field, aka a "severe division by zero in the query planner."

  • CVE-2019-19244HigNov 25, 2019
    risk 0.42cvss 7.5epss 0.03

    sqlite3Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.

  • CVE-2016-6153MedSep 26, 2016
    risk 0.38cvss 5.9epss 0.00

    os_unix.c in SQLite before 3.13.0 improperly implements the temporary directory search algorithm, which might allow local users to obtain sensitive information, cause a denial of service (application crash), or have unspecified other impact by leveraging use of the current…

  • CVE-2023-7104MedDec 29, 2023
    risk 0.36cvss 5.5epss 0.01

    A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is…

  • CVE-2020-15358MedJun 27, 2020
    risk 0.36cvss 5.5epss 0.01

    In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.

  • CVE-2020-13632MedMay 27, 2020
    risk 0.36cvss 5.5epss 0.01

    ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.

  • CVE-2020-13631MedMay 27, 2020
    risk 0.36cvss 5.5epss 0.01

    SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.

  • CVE-2020-13435MedMay 24, 2020
    risk 0.36cvss 5.5epss 0.01

    SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c.

  • CVE-2020-13434MedMay 24, 2020
    risk 0.36cvss 5.5epss 0.01

    SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.