VYPR
Vendor

SQLite

Products
3
CVEs
74
Across products
81
Status
Private

Products

3

Recent CVEs

74
View all 74 CVEs →
  • 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.