A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-11824

CVE-2026-11824: SQLite FTS5 Buffer Overflow Vulnerability

CVE-2026-11824 is a heap-based buffer overflow in SQLite's FTS5 extension that enables arbitrary code execution through crafted databases. This article covers the technical details, affected versions, and mitigation.

Published: June 11, 2026

CVE-2026-11824 Overview

CVE-2026-11824 is a heap-based buffer overflow vulnerability in SQLite versions prior to 3.53.2. The flaw resides in the FTS5 full-text search extension, specifically in the fts5ChunkIterate() function. Attackers can trigger an integer underflow by supplying a crafted database containing malicious continuation page metadata with an szLeaf value smaller than 4. The underflow inflates the remaining byte counter during FTS5 MATCH query processing, producing a heap buffer overflow of attacker-controlled data. Exploitation requires the target application to be compiled with SQLITE_ENABLE_FTS5 and to open the malicious database file. Successful exploitation can crash the process or lead to arbitrary code execution within the SQLite host application.

Critical Impact

Attackers who can deliver a crafted SQLite database to a victim application built with FTS5 support can achieve arbitrary code execution in the context of that process.

Affected Products

  • SQLite versions prior to 3.53.2
  • Applications compiled with the SQLITE_ENABLE_FTS5 build option
  • Software embedding vulnerable SQLite builds that process untrusted database files

Discovery Timeline

  • 2026-06-09 - CVE-2026-11824 published to the National Vulnerability Database (NVD)
  • 2026-06-10 - Last updated in NVD database

Technical Details for CVE-2026-11824

Vulnerability Analysis

The vulnerability resides in the FTS5 full-text search extension shipped with SQLite. FTS5 stores indexed data across leaf and continuation pages, and each page header includes an szLeaf field that records the size of the leaf data region. The fts5ChunkIterate() routine reads szLeaf from a continuation page and uses it to compute how many remaining bytes belong to the current chunk. When szLeaf is smaller than 4, the subsequent subtraction underflows a size variable, producing an extremely large unsigned remaining byte count. SQLite then continues reading and copying attacker-controlled bytes past the bounds of the destination heap buffer, classified as a heap-based buffer overflow under [CWE-122]. The corruption occurs during normal MATCH query handling, so any application that runs a full-text query against the malicious database triggers the bug.

Root Cause

The root cause is missing validation of the szLeaf field on FTS5 continuation pages before it is used in pointer arithmetic. A value smaller than 4 violates an undocumented invariant and causes an integer underflow that drives an out-of-bounds heap write.

Attack Vector

The attack vector is local and requires user interaction: a victim must open or process an attacker-supplied SQLite database with an application compiled to include FTS5. Once an FTS5 MATCH query executes against the malicious file, the overflow occurs in the host process and can be steered toward code execution. Authentication is not required.

No verified public proof-of-concept code is available. Technical details are documented in the SQLite 3.53.2 release notes, the upstream commits 061febcf41ca and 4a5ad516ea93, and the VulnCheck advisory.

Detection Methods for CVE-2026-11824

Indicators of Compromise

  • Unexpected crashes or SIGSEGV faults in processes that open SQLite databases and use FTS5 MATCH queries.
  • Presence of untrusted .sqlite, .db, or .sqlite3 files in user-writable directories that contain FTS5 virtual tables with malformed page headers.
  • Host processes embedding SQLite spawning child shells or making unexpected outbound network connections shortly after parsing a database file.

Detection Strategies

  • Inventory all applications and libraries linked against SQLite and identify those built with SQLITE_ENABLE_FTS5; compare deployed versions against 3.53.2.
  • Hunt for process crashes correlated with database file access using endpoint telemetry and Windows Error Reporting or Linux core dump records.
  • Apply binary or file-format inspection to flag SQLite databases whose FTS5 page metadata contains szLeaf values smaller than 4.

Monitoring Recommendations

  • Monitor child process creation and unusual memory regions in long-running services that ingest user-supplied SQLite files, such as messaging clients, browsers, and mobile sync agents.
  • Alert on FTS5-enabled applications loading databases sourced from email attachments, downloads, or removable media.

How to Mitigate CVE-2026-11824

Immediate Actions Required

  • Upgrade all SQLite installations and embedded copies to version 3.53.2 or later.
  • Audit third-party software for bundled SQLite libraries and request vendor updates where the bundled version is older than 3.53.2.
  • Block ingestion of untrusted SQLite database files at email, web, and file-sharing gateways until patching is complete.

Patch Information

SQLite resolved the issue in release 3.53.2. The relevant upstream fixes are tracked in commits 061febcf41ca and 4a5ad516ea93, which add validation of the szLeaf field before it is used in size calculations within fts5ChunkIterate(). Refer to the SQLite 3.53.2 release notes for the full changelog.

Workarounds

  • Rebuild affected applications without the SQLITE_ENABLE_FTS5 compile-time flag if full-text search is not required.
  • Restrict applications so they only open SQLite databases from trusted, integrity-verified sources.
  • Run SQLite-consuming processes under reduced privileges and within sandboxes or containers to limit post-exploitation impact.
bash
# Verify the linked SQLite version on a Linux host
sqlite3 --version

# Check whether FTS5 is compiled into the SQLite binary
sqlite3 :memory: "PRAGMA compile_options;" | grep -i FTS5

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechSqlite

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • SQLite Release Notes 3.53.2

  • SQLite Commit Info: 061febcf41ca

  • SQLite Commit Info: 4a5ad516ea93

  • VulnCheck Advisory: SQLite FTS5 Issue
  • Related CVEs
  • CVE-2025-6965: SQLite Buffer Overflow Vulnerability

  • CVE-2023-7104: SQLite Heap-Based Buffer Overflow Flaw

  • CVE-2025-3277: SQLite Buffer Overflow Vulnerability

  • CVE-2025-29087: SQLite Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English