VYPR

Vendor CVEs

SQLite

All CVEs

74 total · sorted by risk
  • CVE-2019-8457CriMay 30, 2019
    risk 0.67cvss 9.8epss 0.45

    SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.

  • CVE-2025-71316CriJun 4, 2026
    risk 0.64cvss 9.8epss 0.00

    SQLite 'sqldiff.exe' does not securely handle the way the Microsoft Windows C runtime converts Unicode characters to ANSI codepages. An attacker could use the '-L' option to load an arbitrary DLL with a crafted command line argument string that results in command line file…

  • CVE-2025-3277CriApr 14, 2025
    risk 0.64cvss 9.8epss 0.01

    An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow…

  • CVE-2020-35527CriSep 1, 2022
    risk 0.64cvss 9.8epss 0.01

    In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.

  • CVE-2020-11656CriApr 9, 2020
    risk 0.64cvss 9.8epss 0.08

    In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.

  • CVE-2017-10989CriJul 7, 2017
    risk 0.64cvss 9.8epss 0.09

    The getNodeSize function in ext/rtree/rtree.c in SQLite through 3.19.3, as used in GDAL and other products, mishandles undersized RTree blobs in a crafted database, leading to a heap-based buffer over-read or possibly unspecified other impact.

  • CVE-2025-7458CriJul 29, 2025
    risk 0.59cvss 9.1epss 0.00

    An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite versions 3.39.2 through 3.41.1 allows an attacker with the ability to execute arbitrary SQL statements to cause a denial of service or disclose sensitive information from process memory via a crafted SELECT…

  • CVE-2019-19317CriDec 5, 2019
    risk 0.57cvss 9.8epss 0.04

    lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.

  • CVE-2019-5018HigMay 10, 2019
    risk 0.53cvss 8.1epss 0.07

    An exploitable use after free vulnerability exists in the window function functionality of Sqlite3 3.26.0. A specially crafted SQL command can cause a use after free vulnerability, potentially resulting in remote code execution. An attacker can send a malicious SQL command to…

  • CVE-2025-6965HigJul 15, 2025
    risk 0.52cvss 7.7epss 0.75

    There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above.

  • CVE-2022-24854HigApr 14, 2022
    risk 0.52cvss 8.0epss 0.01

    Metabase is an open source business intelligence and analytics application. SQLite has an FDW-like feature called `ATTACH DATABASE`, which allows connecting multiple SQLite databases via the initial connection. If the attacker has SQL permissions to at least one SQLite database,…

  • CVE-2026-11824HigJun 9, 2026
    risk 0.51cvss 7.8epss 0.00

    SQLite before 3.53.2 contains a heap-based buffer overflow vulnerability in the FTS5 full-text search extension that allows attackers to cause a crash or execute arbitrary code by supplying a crafted database with malicious continuation page metadata specifying a szLeaf value…

  • CVE-2026-11822HigJun 9, 2026
    risk 0.51cvss 7.8epss 0.00

    SQLite before 3.53.2 contains memory corruption vulnerabilities in the FTS5 full-text search extension that allow attackers to cause process crashes, memory exhaustion, or arbitrary code execution by supplying a crafted database with malformed FTS5 page data. Attackers can…

  • CVE-2022-35737HigAug 3, 2022
    risk 0.50cvss 7.5epss 0.21

    SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.

  • CVE-2025-70873HigMar 12, 2026
    risk 0.49cvss 7.5epss 0.00

    An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file.

  • CVE-2021-31239HigMay 9, 2023
    risk 0.49cvss 7.5epss 0.02

    An issue found in SQLite SQLite3 v.3.35.4 that allows a remote attacker to cause a denial of service via the appendvfs.c function.

  • CVE-2020-35525HigSep 1, 2022
    risk 0.49cvss 7.5epss 0.01

    In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.

  • CVE-2021-36690HigAug 24, 2021
    risk 0.49cvss 7.5epss 0.04

    A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is…

  • CVE-2020-13871HigJun 6, 2020
    risk 0.49cvss 7.5epss 0.04

    SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.

  • CVE-2020-11655HigApr 9, 2020
    risk 0.49cvss 7.5epss 0.04

    SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object's initialization is mishandled.

  • 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-24736MedApr 11, 2023
    risk 0.36cvss 5.5epss 0.00

    Buffer Overflow vulnerability found in SQLite3 v.3.27.1 and before allows a local attacker to cause a denial of service via a crafted script.

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

  • CVE-2017-13685MedAug 29, 2017
    risk 0.36cvss 5.5epss 0.02

    The dump_callback function in SQLite 3.20.0 allows remote attackers to cause a denial of service (EXC_BAD_ACCESS and application crash) via a crafted file.

  • CVE-2026-50813MedJul 8, 2026
    risk 0.33cvss 6.1epss 0.00

    An issue in SQLite before Fossil check-in 869a51ae84df allows a local attacker to obtain sensitive information via the Session Extension changeset concat/changegroup merge path

  • CVE-2019-19242MedNov 27, 2019
    risk 0.32cvss 5.9epss 0.03

    SQLite 3.30.1 mishandles pExpr->y.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.

  • CVE-2024-0232MedJan 16, 2024
    risk 0.31cvss 4.7epss 0.00

    A heap use-after-free issue has been identified in SQLite in the jsonParseAddNodeArray() function in sqlite3.c. This flaw allows a local attacker to leverage a victim to pass specially crafted malicious input to the application, potentially causing a crash and leading to a…

  • CVE-2026-50812MedJul 8, 2026
    risk 0.29cvss 5.5epss 0.00

    A NULL pointer dereference in the SQLite Session Extension in SQLite 3.53.1 and SQLite trunk builds before check-in e807d4e3798efd53 allows an attacker who can supply a malformed changeset blob to cause a denial of service. The issue occurs when sqlite3changeset_apply_v3()…

  • CVE-2021-20227MedMar 23, 2021
    risk 0.29cvss 5.5epss 0.01

    A flaw was found in SQLite's SELECT query functionality (src/select.c). This flaw allows an attacker who is capable of running SQL queries locally on the SQLite database to cause a denial of service or possible code execution by triggering a use-after-free. The highest threat…

  • CVE-2021-45346MedFeb 14, 2022
    risk 0.28cvss 4.3epss 0.02

    A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a…

  • CVE-2025-29087LowApr 7, 2025
    risk 0.21cvss 3.2epss 0.00

    In SQLite 3.44.0 through 3.49.0 before 3.49.1, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in…

  • CVE-2015-5895Sep 18, 2015
    risk 0.04cvss epss 0.09

    Multiple unspecified vulnerabilities in SQLite before 3.8.10.2, as used in Apple iOS before 9, have unknown impact and attack vectors.

Page 1 of 2