{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:sqlite:sqlite:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "3.53.2"
              }
            ],
            "source": "CPE_RANGE"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "ccc132c5be20ab5c755c97a08d06b1b592fef330"
            }
          ],
          "repo": "https://github.com/sqlite/sqlite",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-122"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/11xxx/CVE-2026-11822.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "fixed": "3.53.2"
          }
        ],
        "source": "AFFECTED_FIELD"
      },
      {
        "extracted_events": [
          {
            "fixed": "3.53.2"
          }
        ],
        "source": "CPE_FIELD"
      },
      {
        "extracted_events": [
          {
            "fixed": "3.53.2"
          }
        ],
        "source": "DESCRIPTION"
      }
    ]
  },
  "details": "SQLite before 3.53.2 contains memory corruption vulnerabilities in the FTS5 full-text search extension that allow attackers to cause process crashes, memory exhaustion, or arbitrary code execution by supplying a crafted database with malformed FTS5 page data. Attackers can trigger an out-of-bounds read in fts5LeafSeek() via an attacker-controlled loop bound and a heap buffer overflow write in fts5ChunkIterate() through a crafted continuation page causing an integer underflow, exploitable when an FTS5 MATCH query is executed against the malicious database.",
  "id": "CVE-2026-11822",
  "modified": "2026-08-12T03:51:23.496545978Z",
  "published": "2026-06-09T19:08:31.019Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://sqlite.org/"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/11xxx/CVE-2026-11822.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11822"
    },
    {
      "type": "ADVISORY",
      "url": "https://sqlite.org/releaselog/3_53_2.html"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/sqlite-before-memory-corruption-in-fts5-extension"
    },
    {
      "type": "FIX",
      "url": "https://sqlite.org/src/info/061febcf41ca"
    },
    {
      "type": "FIX",
      "url": "https://sqlite.org/src/info/4a5ad516ea93"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "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",
      "type": "CVSS_V4"
    }
  ],
  "summary": "SQLite before 3.53.2 Memory Corruption in FTS5 Extension"
}