Looking for the vulnerability index of Invicti's legacy products?
Sqlite Use After Free Vulnerability - CVE-2026-51296 - Vulnerability Database

Sqlite Use After Free Vulnerability - CVE-2026-51296

High
Reference: CVE-2026-51296
Title: Sqlite Use After Free Vulnerability
Overview:

SQLite 3.41 has a use-after-free vulnerability in jsonRemoveFunc of SQLite JSON module. The parsed JSON object is freed at line 3555 while line 3575 still calls jsonLookupStep with the released pointer. Remote attackers can exploit this flaw to crash the service and leak heap memory information.