Use-After-Free Bug in jsonParseAddNodeArray in SQLite 3.44.0
Issue Overview: Use-After-Free in JSON Parsing Logic The core issue revolves around a use-after-free (UAF) vulnerability identified in the jsonParseAddNodeArray function within SQLite version 3.44.0. This function is part of SQLite’s JSON1 extension, which provides support for JSON data manipulation. The UAF occurs when the SQLite engine attempts to access memory that has already been…