Library that implements an embeddable SQL database engine
Backport upstream commit 767efcbabd to fix CVE-2026-11822,
a potential buffer overwrite in fts5 when processing corrupt
records. The fix changes the bounds check in fts5LeafRead()
from pRet->nn<4 to pRet->szLeaf<4. The conflict with
upstream's newer error handling macro was resolved by
preserving the RHEL-side p->rc = FTS5_CORRUPT pattern.
CVE: CVE-2026-11822
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-11822.patch | ||
| sqlite-3.34.1-CVE-2026-11824.patch | ||
| sqlite.spec | ||
| STAGE2-sqlite | ||