← Back

Sqlite

sqlite

65 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Sqlite
sqlite

CVEs (65)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Sqlite
1Sqlite
Jun 17, 2026
Jun 9, 2026
8.5 HIGH· v4
7.8 HIGH· v3
N/A· v2
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 malici...Show more
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 smaller than 4. Attackers can trigger an integer underflow in fts5ChunkIterate() causing an inflated remaining byte count during FTS5 MATCH query processing, leading to a heap buffer overflow of attacker-controlled data in applications compiled with SQLITE_ENABLE_FTS5.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Jun 9, 2026
8.5 HIGH· v4
7.8 HIGH· v3
N/A· v2
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...Show more
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 trigger an out-of-bounds read in fts5LeafSeek() via an attacker-controlled loop bound and a heap buffer overflow write in fts5ChunkIterate() through a crafted continuation page causing an integer underflow, exploitable when an FTS5 MATCH query is executed against the malicious database.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Mar 12, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
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.
1Sqlite
1Sqlite
Jun 17, 2026
Jul 29, 2025
6.9 MEDIUM· v4
9.1 CRITICAL· v3
N/A· v2
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 sen...Show more
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 statement with a large number of expressions in the ORDER BY clause.Show less
3Apple
SiemensSqlite
9Ipados
Iphone OsMacos+6 more
Jun 26, 2026
Jul 15, 2025
7.2 HIGH· v4
7.7 HIGH· v3
N/A· v2
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 vers...Show more
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.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Apr 14, 2025
6.9 MEDIUM· v4
9.8 CRITICAL· v3
N/A· v2
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 origina...Show more
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 of size ~4GB can be triggered. This can result in arbitrary code execution.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Apr 10, 2025
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and conse...Show more
In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Apr 7, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
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 str...Show more
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 calculating the size of the result buffer, and thus malloc may not allocate enough memory.Show less
3Fedoraproject
RedhatSqlite
4Enterprise Linux
Extra Packages For Enterprise LinuxFedora+1 more
Jun 17, 2026
Jan 16, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
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 appl...Show more
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 denial of service.Show less
2Fedoraproject
Sqlite
2Fedora
Sqlite
Jun 17, 2026
Dec 29, 2023
N/A· v4
7.3 HIGH· v3
5.2 MEDIUM· v2
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 m...Show more
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 recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.Show less
1Sqlite
1Sqlite
Jun 17, 2026
May 9, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
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.
1Sqlite
1Sqlite
Jun 17, 2026
Dec 12, 2022
N/A· v4
7.3 HIGH· v3
N/A· v2
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.
2Netapp
Sqlite
2Ontap Select Deploy Administration Utility
Sqlite
Jun 17, 2026
Sep 1, 2022
N/A· v4
9.8 CRITICAL· v3
N/A· v2
In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.
1Sqlite
1Sqlite
Jun 17, 2026
Sep 1, 2022
N/A· v4
7.5 HIGH· v3
N/A· v2
In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.
3Netapp
SplunkSqlite
3Ontap Select Deploy Administration Utility
SqliteUniversal Forwarder
Jun 17, 2026
Aug 3, 2022
N/A· v4
7.5 HIGH· v3
N/A· v2
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.
2Netapp
Sqlite
2Ontap Select Deploy Administration Utility
Sqlite
Jun 17, 2026
Feb 14, 2022
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
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 memo...Show more
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 malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect.Show less
3Apple
OracleSqlite
6Iphone Os
MacosSqlite+3 more
Jun 17, 2026
Aug 24, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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...Show more
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 intentionally allowed to execute commands). This report does NOT imply any problem in the SQLite library.Show less
2Oracle
Sqlite
7Communications Network Charging And Control
Enterprise Manager For Oracle DatabaseJd Edwards Enterpriseone Tools+4 more
Jun 17, 2026
Mar 23, 2021
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
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 exec...Show more
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 from this vulnerability is to system availability.Show less
5Apple
CanonicalOracle+2 more
16Communications Cloud Native Core Policy
Communications Messaging ServerCommunications Network Charging And Control+13 more
Jun 17, 2026
Jun 27, 2020
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
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.
6Debian
FedoraprojectNetapp+3 more
12Cloud Backup
Communications Messaging ServerCommunications Network Charging And Control+9 more
Jun 17, 2026
Jun 6, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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.