Library that implements an embeddable SQL database engine
Backport upstream fix (commit 79db323ce14) for
CVE-2026-11824 to sqlite 3.34.1. The patch fixes a potential
buffer overwrite in fts5 when processing corrupt records by
changing the check in fts5LeafRead() from pRet->nn<4 to
pRet->szLeaf<4. The test file fts5corruptA.test is included
to verify the fix.
CVE: CVE-2026-11824
Upstream patches:
-
|
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| ci.fmf | ||
| gating.yaml | ||
| plans.fmf | ||
| sources | ||
| sqlite-3.6.23-lemon-system-template.patch | ||
| sqlite-3.8.0-percentile-test.patch | ||
| sqlite-3.12.2-no-malloc-usable-size.patch | ||
| sqlite-3.16-datetest-2.2c.patch | ||
| sqlite-3.18.0-sync2-dirsync.patch | ||
| sqlite-3.26.0-CVE-2022-35737.patch | ||
| sqlite-3.34.1-covscan-rhel-9.patch | ||
| sqlite-3.34.1-CVE-2023-7104.patch | ||
| sqlite-3.34.1-CVE-2025-6965.patch | ||
| sqlite-3.34.1-CVE-2026-11824.patch | ||
| sqlite.spec | ||
| STAGE2-sqlite | ||