Library that implements an embeddable SQL database engine
Backport upstream fix for CVE-2026-11824 to sqlite 3.46.1. The fix corrects a bounds check in fts5LeafRead() (changing pRet->nn<4 to pRet->szLeaf<4) to prevent a potential buffer overwrite when processing corrupt fts5 records. CVE: CVE-2026-11824 Upstream patches: - https://github.com/sqlite/sqlite/commit/79db323ce149.patch Resolves: RHEL-218275 This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Ymir |
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| ci.fmf | ||
| gating.yaml | ||
| plans.fmf | ||
| rpminspect.yaml | ||
| sources | ||
| sqlite-3.6.23-lemon-system-template.patch | ||
| sqlite-cve-2025-3277.patch | ||
| sqlite-cve-2025-6965.patch | ||
| sqlite-cve-2026-11824.patch | ||
| sqlite.spec | ||
| STAGE2-sqlite | ||