CVE-2019-19923
- EPSS 10.52%
- Published 24.12.2019 16:15:11
- Last modified 21.11.2024 04:35:40
flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).
CVE-2019-19926
- EPSS 8.34%
- Published 23.12.2019 01:15:13
- Last modified 21.11.2024 04:35:41
multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.
CVE-2019-19880
- EPSS 8.44%
- Published 18.12.2019 06:15:12
- Last modified 21.11.2024 04:35:34
exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.
CVE-2019-19646
- EPSS 9.46%
- Published 09.12.2019 19:15:14
- Last modified 21.11.2024 04:35:07
pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.
CVE-2019-19603
- EPSS 0.65%
- Published 09.12.2019 19:15:14
- Last modified 21.11.2024 04:35:01
SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.
CVE-2019-19645
- EPSS 0.3%
- Published 09.12.2019 16:15:10
- Last modified 21.11.2024 04:35:07
alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.
CVE-2019-19317
- EPSS 0.99%
- Published 05.12.2019 14:15:09
- Last modified 21.11.2024 04:34:33
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-19242
- EPSS 0.2%
- Published 27.11.2019 17:15:14
- Last modified 21.11.2024 04:34:23
SQLite 3.30.1 mishandles pExpr->y.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.
CVE-2019-19244
- EPSS 0.26%
- Published 25.11.2019 20:15:11
- Last modified 21.11.2024 04:34:24
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-2019-16168
- EPSS 0.84%
- Published 09.09.2019 17:15:13
- Last modified 21.11.2024 04:30:11
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."