CVE-2026-51293
Rejected Rejected - Do Not Use

Use-After-Free in SQLite Database Engine

Vulnerability report for CVE-2026-51293, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-31

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-31
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sqlite sqlite 3.41

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in SQLite 3.41. It occurs when the jsonBlobAppendNode() function is called after sqlite3DbFree() has already freed the aBlob member of the Parse structure. This means the program tries to use memory that has already been released, which can lead to crashes or arbitrary code execution.

Detection Guidance

Detection requires checking for SQLite versions affected by the use-after-free vulnerability in jsonBlobAppendNode(). Verify if your SQLite version is 3.41 or earlier. Use commands like 'sqlite3 --version' to check the version. If vulnerable, update to a patched version immediately.

Impact Analysis

This vulnerability could allow an attacker to crash applications using SQLite 3.41 or potentially execute malicious code. If exploited, it may lead to data corruption, denial of service, or unauthorized access to sensitive information stored in the database.

Compliance Impact

The provided CVE data does not specify how this vulnerability affects compliance with standards like GDPR or HIPAA. The description focuses on a technical flaw in SQLite without detailing regulatory impacts.

Mitigation Strategies

Update SQLite to a patched version that addresses the use-after-free vulnerability in jsonBlobAppendNode(). Avoid using vulnerable versions (e.g., 3.41) until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51293. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart