Impact
SQLite 3.41 includes a use‑after‑free flaw within the JSON extraction routine. When a JsonParse object is freed, the library subsequently accesses memory belonging to the freed pointer, causing a program crash. This crash results in a denial‑of‑service condition for the affected process.
Affected Systems
Any application that uses SQLite 3.41 and invokes the JSON extraction functions is potentially impacted. The issue is specific to the 3.41 release; newer releases may address it.
Risk and Exploitability
The CVSS score of 6.2 indicates a moderate severity. No EPSS score is provided, and the vulnerability is not listed in CISA KEV, suggesting no widespread exploitation yet. The attack can be carried out by supplying crafted JSON to the vulnerable parsing API, so a local or remote attacker with the ability to influence input can trigger the crash.
OpenCVE Enrichment