top of page
perceptive_background_267k.jpg

SQLite 3.41 has a use-after-free vulnerability in the shared cache lock management logic of the btree module. The program frees a BtLock structure without remov…

Published:

29 juli 2026 om 22:00:00

Alert date:

30 juli 2026 om 21:05:50

Source:

nvd.nist.gov

Click to open the original link from this advisory

Database & Storage, Zero-Day Vulnerabilities

SQLite version 3.41 contains a use-after-free vulnerability within the shared cache lock management logic of its btree module. The flaw occurs when a BtLock structure is freed without first removing the corresponding node from the linked list. Subsequent traversal of the linked list then accesses the already-released memory region. This memory mismanagement can be exploited to cause denial of service (DoS) conditions. Additionally, the vulnerability may lead to sensitive memory information disclosure. The issue resides specifically in the btree.c source file of the SQLite codebase. The vulnerability has been assigned CVE-2026-51290 and is currently awaiting full analysis by NVD. Its criticality is rated High due to the potential for both service disruption and data leakage.

Technical details

Mitigation steps:

Affected products:

SQLite 3.41

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page