Описание
Security update for sqlite3
This update for sqlite3 fixes the following issues
Update to 3.53.2:
- CVE-2026-11822: memory corruption vulnerabilities in the FTS5 full-text search extension that allow attackers to cause process crashes, memory exhaustion, or arbitrary code execution (bsc#1268012).
- CVE-2026-11824: heap-based buffer overflow vulnerability in the FTS5 full-text search extension that allows attackers to cause a crash or execute arbitrary code (bsc#1268013).
Changes:
-
Add the Query Result Formatter (QRF) library for formatting the results of SQL queries for human readability on a fixed-pitch font screen.
-
Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints.
-
The REINDEX EXPRESSIONS statement rebuilds expression indexes.
-
The body of TEMP triggers may now modify and/or query tables in the main schema.
-
Enhance VACUUM INTO so that if a URI filename is used as the target and that filename has a reserve=N query parameter with N between 0 and 255, then the reserve amount for the generated database copy is set to N.
-
New SQL functions json_array_insert() and jsonb_array_insert().
-
Renovations to the CLI.
-
New C-language interfaces: sqlite3_str_truncate(), sqlite3_str_free(), sqlite3_carray_bind_v2().
-
Add the SQLITE_PREPARE_FROM_DDL option to sqlite3_prepare_v3().
-
Added the SQLITE_UTF8_ZT constant which can be used as the encoding parameter to sqlite3_result_text64() or sqlite3_bind_text64() to indicate that the value is UTF-8 encoded and zero terminated.
-
The SQLITE_LIMIT_PARSER_DEPTH option is added to sqlite3_limit().
-
The SQLITE_DBCONFIG_FP_DIGITS option is added to sqlite3_db_config().
-
Query planner improvements.
-
Add new interfaces to the session extension that enable an application to add changes one at a time to the sqlite3_changegroup object.
-
Improvements to floating-point <-> text conversions.
-
Added the self-healing index feature to deal with the stale expression index problem.
-
Add the "-p|--port" option to sqlite3_rsync.
-
Add the "opfs-wl" VFS, functionally identical to the "opfs" VFS but using Web Locks for locking, which can promise fairer lock sharing than the "opfs" bespoke protocol can. "opfs-wl" requires Atomics.waitAsync(), so requires newer browsers than "opfs" does.
-
Fixes for problems in 3.53.0 and 3.53.1 reported by users.
-
See the check-in timeline for details: https://sqlite.org/src/timeline?from=version-3.53.0&to=version-3.53.2
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1268012
- SUSE Bug 1268013
- SUSE CVE CVE-2026-11822 page
- SUSE CVE CVE-2026-11824 page
Описание
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.
Затронутые продукты
Ссылки
- CVE-2026-11822
- SUSE Bug 1268012
Описание
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.
Затронутые продукты
Ссылки
- CVE-2026-11824
- SUSE Bug 1268013