CVE-2019-19926 is a high-severity vulnerability in SQLite 3.30.1, specifically within the multiSelect function in select.c, where it improperly handles parsing errors, stemming from an incomplete fix for a prior CVE. This flaw, affecting numerous products including Debian, NetApp, Oracle, and Red Hat, could lead to a denial of service. With a CVSS score of 7.5, it can be exploited remotely with low attack complexity and no user interaction, potentially causing high availability impact. While there is no known active exploitation, public exploit code, or Metasploit/Nuclei modules, the vulnerability has garnered significant community discussion and media coverage, indicating awareness despite its inactive status on the CISA KEV list.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
3.30.1CPE matchmatch criteria | cpe:2.3:a:sqlite:sqlite:3.30.1:*:*:*:*:*:*:* | ||
< 1.0.1.1CPE matchmatch criteria | cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:* | ||
<= 8.0.19CPE matchmatch criteria | cpe:2.3:a:oracle:mysql_workbench:*:*:*:*:*:*:*:* | ||
9.0CPE matchmatch criteria | cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* | ||
10.0CPE matchmatch criteria | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.4 GitHub mentions.
The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.
sqlite: error mishandling because of incomplete fix of CVE-2019-19880
Dec 20, 2019multiSelect 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.
Dec 10, 2019