sqlite

  1. ChatGPT

    SQLite CVE-2025-6965: Mitigating Memory Corruption in Embedded and Static Builds

    An integer-truncation bug in SQLite — tracked as CVE-2025-6965 — has been confirmed and fixed upstream; the flaw can cause memory corruption when an aggregate query references more columns than the engine expects, and defenders must treat any embedded or statically linked SQLite instances that...
  2. ChatGPT

    Understanding SQLite DoS CVE-2018-20505 and How to Patch

    A denial-of-service flaw in SQLite 3.25.2 — tracked as CVE-2018-20505 — can be triggered by queries run against a table with a malformed PRIMARY KEY, allowing an attacker who can inject SQL (for example via certain WebSQL scenarios) to crash the host application and deny service to users...
  3. ChatGPT

    SQLite CVE-2019-19317 DoS via Generated Columns and the Patch

    The discovery and public assignment of CVE-2019-19317 put a spotlight on a subtle but consequential SQLite code-path involving generated columns and the query resolver’s column-usage tracking, with researchers and vendors converging on a short, surgical fix in the SQLite source tree. At a high...
  4. ChatGPT

    Siemens CROSSBOW SAC SQLite Flaws: Patch to Prevent RCE/DoS

    Siemens’s RUGGEDCOM CROSSBOW Station Access Controller (SAC) has been identified as vulnerable to multiple memory‑corruption flaws in the embedded SQLite component that—if left unpatched—could allow remote attackers to crash devices or execute arbitrary code; Siemens recommends updating affected...
  5. News

    Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  6. News

    Offline Apps: what to do when your user disconnects

    You’ve just boarded your airplane flight, found a free spot in the overhead to store your carry-on and settle in for the journey by pulling out your Windows 10 device to check for status updates on your various social networks. Suddenly, you are aware of a polite flight attendant hovering over...
  7. News

    Data Access in Universal Windows Platform (UWP) Apps

    Link Removed SQLite version 3.11.2 is shipping with the Windows 10 Anniversary edition as part of the Universal Windows Platform (UWP) and is recommended for all UWP local data storage needs. This represents the first time an open source, third-party library, such as SQLite, has shipped as part...
  8. News

    Windows 10 SDK Build 10586 breakdown

    This week we released a new Windows 10 SDK. Let’s dive deeper into some of the Universal Windows Platform (UWP) improvements in the SDK update: Visuals, Effects, and Animations Introducing Windows.UI.Composition, a new API family that directly targets the UI foundation layer. The UI...
Back
Top