CVE-2026-51303 Details
Description
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.
A use-after-free vulnerability has been identified in SQLite versions through 3.51.2, specifically within the expression parsing component. The issue arises in the ExprListDelete function, where the program frees an ExprList object but fails to clear references to the freed child Expr nodes. This oversight allows for subsequent access to deallocated memory, creating a dangling pointer situation. An attacker can exploit this vulnerability by sending specially crafted SQL queries that trigger the premature deallocation of expression nodes. The exploitation of this vulnerability can lead to application crashes, unauthorized access to sensitive memory information, and potentially arbitrary code execution within the context of the affected host process.
Users are advised to upgrade to SQLite version 3.51.3 or later, where this vulnerability has been addressed. The patch modifies the ExprListDelete function to properly invalidate references to freed objects, preventing the use-after-free condition.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No CVSS 3.x data is available for this CVE.
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
No references are available for this CVE.
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
No affected product data is available for this CVE.
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 31, 2026 | CVE Rejected | [email protected] |
| Jul 31, 2026 | CVE Modified | [email protected] |
| Jul 27, 2026 | CVE Modified | CISA-ADP |
| Jul 27, 2026 | New CVE Received | [email protected] |