CVE Vulnerabilities

CVE-2026-11824

Heap-based Buffer Overflow

Published: Jun 09, 2026 | Modified: Jul 23, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.8 IMPORTANT
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

SQLite before 3.53.2 contains a heap-based buffer overflow vulnerability in the FTS5 full-text search extension that allows attackers to cause a crash or execute arbitrary code by supplying a crafted database with malicious continuation page metadata specifying a szLeaf value smaller than 4. Attackers can trigger an integer underflow in fts5ChunkIterate() causing an inflated remaining byte count during FTS5 MATCH query processing, leading to a heap buffer overflow of attacker-controlled data in applications compiled with SQLITE_ENABLE_FTS5.

Weakness

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Affected Software

NameVendorStart VersionEnd Version
SqliteSqlite*3.53.2 (excluding)
Red Hat Enterprise Linux 10RedHatsqlite-0:3.46.1-6.el10_2*
Red Hat Enterprise Linux 10.0 Extended Update SupportRedHatsqlite-0:3.46.1-5.el10_0.1*
Red Hat Enterprise Linux 8RedHatnodejs:24-8100020260807112957.6d880403*
Red Hat Enterprise Linux 8RedHatnodejs:22-8100020260807115047.6d880403*
Red Hat Enterprise Linux 8RedHatsqlite-0:3.26.0-21.el8_10*
Red Hat Enterprise Linux 8RedHatsqlite-0:3.26.0-21.el8_10*
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update SupportRedHatsqlite-0:3.26.0-13.el8_4.2*
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-OnRedHatsqlite-0:3.26.0-13.el8_4.2*
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update SupportRedHatsqlite-0:3.26.0-16.el8_6.4*
Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-OnRedHatsqlite-0:3.26.0-16.el8_6.4*
Red Hat Enterprise Linux 8.8 Telecommunications Update ServiceRedHatsqlite-0:3.26.0-18.el8_8.3*
Red Hat Enterprise Linux 8.8 Update Services for SAP SolutionsRedHatsqlite-0:3.26.0-18.el8_8.3*
Red Hat Enterprise Linux 9RedHatnodejs:22-9080020260806135640.rhel9*
Red Hat Enterprise Linux 9RedHatnodejs:24-9080020260806135511.rhel9*
Red Hat Enterprise Linux 9RedHatsqlite-0:3.34.1-11.el9_8*
Red Hat Enterprise Linux 9RedHatsqlite-0:3.34.1-11.el9_8*
Red Hat Enterprise Linux 9.2 Update Services for SAP SolutionsRedHatsqlite-0:3.34.1-6.el9_2.3*
Red Hat Enterprise Linux 9.4 Update Services for SAP SolutionsRedHatsqlite-0:3.34.1-7.el9_4.2*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatsqlite-0:3.34.1-8.el9_6.1*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatnodejs:22-9060020260901085634.rhel9*
Red Hat OpenShift Container Platform 4.12RedHatrhcos-412.86.202609082051-0*
Red Hat OpenShift Container Platform 4.13RedHatrhcos-413.92.202609080414-0*
Red Hat OpenShift Container Platform 4.16RedHatrhcos-416.94.202609140240-0*
Red Hat OpenShift Container Platform 4.18RedHatrhcos-418.94.202609031320-0*
Red Hat OpenShift Container Platform 4.22RedHatrhcos-4.22.9.8.202609081748-0*
Cert Manager support for Red Hat OpenShift release 1.19RedHatcert-manager/cert-manager-operator-rhel9:1788348522*
Cert Manager support for Red Hat OpenShift release 1.19RedHatcert-manager/jetstack-cert-manager-acmesolver-rhel9:1788348571*
Cert Manager support for Red Hat OpenShift release 1.19RedHatcert-manager/jetstack-cert-manager-rhel9:1788348571*
Cert Manager support for Red Hat OpenShift release 1.19RedHatcert-manager/cert-manager-istio-csr-rhel9:1788348594*
Red Hat AI Inference Server 3.2RedHatrhaiis/vllm-cuda-rhel9:1787860580*
Red Hat AI Inference Server 3.2RedHatrhaiis/model-opt-cuda-rhel9:1787772157*
Red Hat AI Inference Server 3.2RedHatrhaiis/vllm-rocm-rhel9:1787884873*
Red Hat AI Inference Server 3.3RedHatrhaiis/model-opt-cuda-rhel9:1789508287*
Red Hat AI Inference Server 3.3RedHatrhaiis/vllm-spyre-rhel9:1789502493*
Red Hat AI Inference Server 3.3RedHatrhaiis/vllm-rocm-rhel9:1789504371*
Red Hat AI Inference Server 3.3RedHatrhaiis/vllm-cuda-rhel9:1789582776*
Red Hat Discovery 2RedHatdiscovery/discovery-server-rhel9:1788205779*
Red Hat Discovery 2RedHatdiscovery/discovery-ui-rhel9:1788206196*
Red Hat Hardened ImagesRedHatsqlite-main-3.53.4-0.1.hum1*
Red Hat Update Infrastructure 5RedHatrhui5/cds-kubernetes-rhel9:1788880445*
Red Hat Update Infrastructure 5RedHatrhui5/cds-rhel9:1788880464*
Red Hat Update Infrastructure 5RedHatrhui5/haproxy-rhel9:1788880456*
Red Hat Update Infrastructure 5RedHatrhui5/installer-rhel9:1788765051*
Red Hat Update Infrastructure 5RedHatrhui5/rhua-rhel9:1788880581*
SqliteUbuntuupstream*
Sqlite3Ubuntujammy*
Sqlite3Ubuntunoble*
Sqlite3Ubuntuquesting*
Sqlite3Ubunturesolute*
Sqlite3Ubuntuupstream*

Potential Mitigations

  • Use automatic buffer overflow detection mechanisms that are offered by certain compilers or compiler extensions. Examples include: the Microsoft Visual Studio /GS flag, Fedora/Red Hat FORTIFY_SOURCE GCC flag, StackGuard, and ProPolice, which provide various mechanisms including canary-based detection and range/index checking.
  • D3-SFCV (Stack Frame Canary Validation) from D3FEND [REF-1334] discusses canary-based detection in detail.
  • Run or compile the software using features or extensions that randomly arrange the positions of a program’s executable and libraries in memory. Because this makes the addresses unpredictable, it can prevent an attacker from reliably jumping to exploitable code.
  • Examples include Address Space Layout Randomization (ASLR) [REF-58] [REF-60] and Position-Independent Executables (PIE) [REF-64]. Imported modules may be similarly realigned if their default memory addresses conflict with other modules, in a process known as “rebasing” (for Windows) and “prelinking” (for Linux) [REF-1332] using randomly generated addresses. ASLR for libraries cannot be used in conjunction with prelink since it would require relocating the libraries at run-time, defeating the whole purpose of prelinking.
  • For more information on these techniques see D3-SAOR (Segment Address Offset Randomization) from D3FEND [REF-1335].

References