Bitnami package
sqlite
pkg:bitnami/sqlite
Vulnerabilities (33)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2021-45346 | Med | 4.3 | >= 3.35.1, < 3.35.2 | 3.35.2 | Feb 14, 2022 | 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 maliciou | |
| CVE-2021-36690 | Hig | 7.5 | >= 3.36.0, < 3.36.1 | 3.36.1 | Aug 24, 2021 | 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 in | |
| CVE-2021-20227 | Med | 5.5 | >= 3.33.0, < 3.34.1 | 3.34.1 | Mar 23, 2021 | 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 fro | |
| CVE-2020-15358 | Med | 5.5 | < 3.32.3 | 3.32.3 | Jun 27, 2020 | 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-13871 | Hig | 7.5 | >= 3.32.2, < 3.32.3 | 3.32.3 | Jun 6, 2020 | 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-13632 | Med | 5.5 | < 3.32.0 | 3.32.0 | May 27, 2020 | ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query. | |
| CVE-2020-13631 | Med | 5.5 | < 3.32.0 | 3.32.0 | May 27, 2020 | 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-13630 | Hig | 7.0 | < 3.32.0 | 3.32.0 | May 27, 2020 | ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature. | |
| CVE-2020-13435 | Med | 5.5 | < 3.32.1 | 3.32.1 | May 24, 2020 | SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c. | |
| CVE-2020-13434 | Med | 5.5 | < 3.32.1 | 3.32.1 | May 24, 2020 | SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c. | |
| CVE-2020-11656 | Cri | 9.8 | < 3.31.2 | 3.31.2 | Apr 9, 2020 | 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-2020-11655 | Hig | 7.5 | < 3.31.2 | 3.31.2 | Apr 9, 2020 | 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-9327 | Hig | 7.5 | >= 3.31.1, < 3.31.2 | 3.31.2 | Feb 21, 2020 | In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations. |
- affected >= 3.35.1, < 3.35.2fixed 3.35.2
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 maliciou
- affected >= 3.36.0, < 3.36.1fixed 3.36.1
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 in
- affected >= 3.33.0, < 3.34.1fixed 3.34.1
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 fro
- affected < 3.32.3fixed 3.32.3
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.
- affected >= 3.32.2, < 3.32.3fixed 3.32.3
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.
- affected < 3.32.0fixed 3.32.0
ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.
- affected < 3.32.0fixed 3.32.0
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.
- affected < 3.32.0fixed 3.32.0
ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.
- affected < 3.32.1fixed 3.32.1
SQLite through 3.32.0 has a segmentation fault in sqlite3ExprCodeTarget in expr.c.
- affected < 3.32.1fixed 3.32.1
SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.
- affected < 3.31.2fixed 3.31.2
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.
- affected < 3.31.2fixed 3.31.2
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.
- affected >= 3.31.1, < 3.31.2fixed 3.31.2
In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.
Page 2 of 2