
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-51293 is a rejected CVE that was originally claimed to describe a use-after-free vulnerability in SQLite 3.41, specifically in the jsonBlobAppendNode() function within src/json.c. The CVE was withdrawn by its CNA (MITRE) after investigation determined it was not a security issue (Github Advisory). The original claim alleged that sqlite3DbFree() was called on the aBlob member of the Parse structure without nulling the pointer, followed by a subsequent call to jsonBlobAppendNode() that would dereference the freed memory. The affected version was stated as SQLite 3.41, with SQLite 3.41.1 cited as the fix. No valid CVSS score applies to this rejected record; the EPSS score at time of publication was approximately 0.145% (Github Advisory).
The original claim classified this as CWE-416 (Use After Free), alleging that at line 3442 of src/json.c, sqlite3DbFree(pParse->db, pParse->aBlob) deallocates the heap-allocated blob buffer without setting pParse->aBlob to NULL, and that a subsequent call to jsonBlobAppendNode() at line 3454 then dereferences the dangling pointer (CVE Advisory). The alleged attack vector was remote, requiring only the ability to execute SQL queries with user-controlled JSON/JSONB parameters — no local access or elevated privileges claimed necessary. However, since the CVE was officially rejected as not being a security issue, these technical claims have not been validated by the SQLite maintainers or independent researchers (Github Advisory).
Because CVE-2026-51293 has been officially rejected and determined not to be a security issue, no confirmed impact exists. The original (unvalidated) claims alleged potential denial of service via segmentation fault, information disclosure through reads of freed heap memory, and conditional arbitrary code execution via heap spray techniques targeting applications processing untrusted JSON input through SQLite 3.41 (CVE Advisory). These claims should not be relied upon given the CVE's rejected status.
CVE-2026-51293 is a rejected CVE with no confirmed exploitability. There is no evidence of in-the-wild exploitation, no verified public proof-of-concept, and no CISA KEV catalog entry. The EPSS score was approximately 0.145% (4th percentile) at time of initial publication (Github Advisory). The original advisory included a claimed PoC SQL payload (SELECT json_insert('{"data":[]}', '$.payload', json_array(repeat('A',8500)));) and ASAN compilation instructions, but these have not been independently verified and the CVE was subsequently withdrawn (CVE Advisory).
Because CVE-2026-51293 has been officially rejected as not a security issue, no specific mitigation is required for this CVE. Organizations running SQLite 3.41 should continue to follow standard patch management practices and upgrade to the latest stable SQLite release as part of routine maintenance. No emergency patching action is warranted based on this rejected record (Github Advisory).
The CVE received automated aggregation coverage from vulnerability tracking services including VulDB, CVEFeed, INCIBE-CERT, and Tenable (Nessus plugin 331410) shortly after publication, before its rejection status was widely propagated (Github Advisory). The GitHub Advisory Database marked the advisory as "Unreviewed" with unknown severity and no supported package ecosystem, reflecting uncertainty about the claim's validity. No notable independent researcher commentary or significant media coverage was identified, and the SQLite project made no public statement acknowledging the vulnerability.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."