CVE-2026-51298: Use After Free
Published Jul 27, 2026
·Updated
Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Affected Software
2 affected components
SQLite SQLite=3.41
SQLite SQLite=3.41.0
Event History
Jul 27, 2026
CVE Published
via MITRE·12:00 AM
Rejected
via MITRE·12:00 AM
Data Sourced
via NVD·04:17 PM
Description
Jul 31, 2026
Rejected
via MITRE·02:34 PM
Frequently Asked Questions
1
What is the severity of CVE-2026-51298?
CVE-2026-51298 has a medium severity level of 6.2 based on the CVSS scoring system.
2
What are the potential impacts of CVE-2026-51298?
CVE-2026-51298 can lead to a service crash and denial of service due to a use-after-free vulnerability in SQLite's JSON extraction function.
3
How do I fix CVE-2026-51298?
To fix CVE-2026-51298, upgrade to the latest version of SQLite where the vulnerability has been addressed.
4
Which software is affected by CVE-2026-51298?
CVE-2026-51298 affects SQLite version 3.41.
5
What is the underlying cause of CVE-2026-51298?
CVE-2026-51298 is caused by accessing internal members of a freed JsonParse object, leading to use-after-free vulnerabilities.