← Back

Sqlite

sqlite

65 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Sqlite
sqlite

CVEs (65)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
4Canonical
OracleSiemens+1 more
4Mysql Workbench
Sinec Infrastructure Network ServicesSqlite+1 more
Jun 17, 2026
Nov 25, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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.
8Canonical
DebianFedoraproject+5 more
20Active Iq Unified Manager
Communications Design StudioDebian Linux+17 more
Jun 17, 2026
Sep 9, 2019
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
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."
4Canonical
FedoraprojectOpensuse+1 more
4Fedora
LeapSqlite+1 more
Jun 17, 2026
May 30, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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.
2Canonical
Sqlite
2Sqlite
Ubuntu Linux
Jun 17, 2026
May 10, 2019
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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 ex...Show more
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 trigger this vulnerability.Show less
3Apple
OpensuseSqlite
8Icloud
Iphone OsItunes+5 more
Nov 21, 2024
Apr 3, 2019
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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, al...Show more
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 leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases). This is a different vulnerability than CVE-2018-20346.Show less
2Apple
Sqlite
6Icloud
Iphone OsItunes+3 more
Nov 21, 2024
Apr 3, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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...Show more
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).Show less
1Sqlite
1Sqlite
Jun 17, 2026
Mar 22, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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...Show more
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.Show less
1Sqlite
1Sqlite
Jun 17, 2026
Mar 22, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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_ha...Show more
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.Show less
5Debian
GoogleOpensuse+2 more
5Chrome
Debian LinuxLeap+2 more
Nov 21, 2024
Dec 21, 2018
N/A· v4
8.1 HIGH· v3
6.8 MEDIUM· v2
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...Show more
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.Show less
2Debian
Sqlite
2Debian Linux
Sqlite
Jun 17, 2026
Mar 17, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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.
1Sqlite
1Sqlite
May 13, 2026
Oct 12, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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.
1Sqlite
1Sqlite
May 13, 2026
Aug 29, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
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.
1Sqlite
1Sqlite
May 13, 2026
Jul 7, 2017
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 un...Show more
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.Show less
3Fedoraproject
OpensuseSqlite
3Fedora
LeapSqlite
May 6, 2026
Sep 26, 2016
N/A· v4
5.9 MEDIUM· v3
4.6 MEDIUM· v2
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 unsp...Show more
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 working directory for temporary files.Show less
1Sqlite
1Sqlite
May 6, 2026
Oct 6, 2015
N/A· v4
N/A· v3
6.8 MEDIUM· v2
SQLite before 3.8.9, as used in Android before 5.1.1 LMY48T, allows attackers to gain privileges via a crafted application, aka internal bug 20099586.
1Sqlite
1Sqlite
May 6, 2026
Sep 18, 2015
N/A· v4
N/A· v3
10.0 HIGH· v2
Multiple unspecified vulnerabilities in SQLite before 3.8.10.2, as used in Apple iOS before 9, have unknown impact and attack vectors.
2Canonical
Sqlite
2Sqlite
Ubuntu Linux
May 6, 2026
Aug 12, 2015
N/A· v4
N/A· v3
5.0 MEDIUM· v2
Buffer overflow in the skip-scan optimization in SQLite 3.8.2 allows remote attackers to cause a denial of service (crash) via crafted SQL statements.
2Apple
Sqlite
3Iphone Os
Mac Os XSqlite
May 6, 2026
Jul 3, 2015
N/A· v4
N/A· v3
7.5 HIGH· v2
Multiple buffer overflows in the printf functionality in SQLite, as used in Apple iOS before 8.4 and OS X before 10.10.4, allow remote attackers to execute arbitrary code or cause a denial of service (application crash)...Show more
Multiple buffer overflows in the printf functionality in SQLite, as used in Apple iOS before 8.4 and OS X before 10.10.4, allow remote attackers to execute arbitrary code or cause a denial of service (application crash) via unspecified vectors.Show less
5Apple
CanonicalDebian+2 more
6Debian Linux
Mac Os XPhp+3 more
May 6, 2026
Apr 24, 2015
N/A· v4
N/A· v3
7.5 HIGH· v2
The sqlite3VXPrintf function in printf.c in SQLite before 3.8.9 does not properly handle precision and width values during floating-point conversions, which allows context-dependent attackers to cause a denial of service...Show more
The sqlite3VXPrintf function in printf.c in SQLite before 3.8.9 does not properly handle precision and width values during floating-point conversions, which allows context-dependent attackers to cause a denial of service (integer overflow and stack-based buffer overflow) or possibly have unspecified other impact via large integers in a crafted printf function call in a SELECT statement.Show less
5Apple
CanonicalDebian+2 more
6Debian Linux
Mac Os XPhp+3 more
May 6, 2026
Apr 24, 2015
N/A· v4
N/A· v3
7.5 HIGH· v2
The sqlite3VdbeExec function in vdbe.c in SQLite before 3.8.9 does not properly implement comparison operators, which allows context-dependent attackers to cause a denial of service (invalid free operation) or possibly h...Show more
The sqlite3VdbeExec function in vdbe.c in SQLite before 3.8.9 does not properly implement comparison operators, which allows context-dependent attackers to cause a denial of service (invalid free operation) or possibly have unspecified other impact via a crafted CHECK clause, as demonstrated by CHECK(0&O>O) in a CREATE TABLE statement.Show less