CVE-2021-20227 is a use-after-free vulnerability in SQLite's SELECT query functionality, affecting SQLite and Oracle products. An attacker with local SQL query execution capabilities can trigger this flaw, leading to a denial of service or potential code execution. The vulnerability has a CVSS score of 5.5 (Medium), indicating a low attack complexity and requiring local access, with the primary impact being high availability. Currently, there is no evidence of active exploitation, public exploit code (Metasploit, Nuclei, ExploitDB), or significant community discussion or media coverage.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
>= 3.33.0, < 3.34.1CPE matchmatch criteria | cpe:2.3:a:sqlite:sqlite:*:*:*:*:*:*:*:* | ||
>= 12.0.1.0, <= 12.0.4.0.0CPE matchmatch criteria | cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:* | ||
6.0.1CPE matchmatch criteria | cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1:*:*:*:*:*:*:* | ||
13.4.0.0CPE matchmatch criteria | cpe:2.3:a:oracle:enterprise_manager_for_oracle_database:13.4.0.0:*:*:*:*:*:*:* | ||
< 9.2.6.0CPE matchmatch criteria | cpe:2.3:a:oracle:jd_edwards_enterpriseone_tools:*:*:*:*:*:*:*:* |
CVSS version used by this source: 3.1
CVSS:3.1/AV:L/AC:L/PR:L/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.0 Bluesky, 0.0 Mastodon, and 0.1 GitHub mentions.
No media coverage found for this CVE.
The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.
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.
Mar 9, 2021sqlite: potential use-after-free bug when processing a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate
Jan 21, 2021