PT-2026-64986 · Sqlite · Sqlite
CVE-2026-51304
·
Published
2026-07-26
·
Updated
2026-07-30
CVSS v2.0
7.8
High
| Vector | AV:N/AC:L/Au:N/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
sqlite version 3.41
Description
A use-after-free (UAF) issue exists in the ORDER BY clause parsing routine. The system releases the memory of an ExprList object through the
sqlite3ExprListDelete() function and subsequently attempts to access the nExpr member of that freed object. This dangling pointer access leads to invalid memory read operations. A remote adversary can trigger this by constructing a malicious SQL statement with an ORDER BY clause containing a large number of items, potentially resulting in an application crash, leakage of sensitive memory contents, or arbitrary code execution.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
DoS
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Sqlite