CVE-2026-51290
Rejected Rejected - Do Not Use

SQLite Use-After-Free in Btree Module

Vulnerability report for CVE-2026-51290, 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-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

SQLite 3.41 contains a use-after-free vulnerability in the btree module's shared cache lock management. A BtLock structure is freed without removing it from a linked list. Later traversal of this list accesses the freed memory, potentially causing denial of service or exposing sensitive memory information.

Detection Guidance

This vulnerability is specific to SQLite 3.41 and involves memory corruption in the btree module. Detection requires checking the SQLite version and analyzing memory access patterns. No direct network detection commands exist, but you can verify SQLite version with 'sqlite3 --version' and monitor for crashes or memory leaks during database operations.

Impact Analysis

This vulnerability could allow attackers to crash applications using SQLite 3.41, leading to denial of service. It may also enable unauthorized access to sensitive memory contents, potentially exposing confidential data processed by the application.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Organizations using affected SQLite versions may face compliance violations and potential penalties.

Mitigation Strategies

Upgrade SQLite to a version later than 3.41 to address the use-after-free vulnerability in the btree module's shared cache lock management.

Chat Assistant

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

EPSS Chart