<div class="container">
<h1>Security update for sqlite3</h1>
<table class="table table-striped table-bordered">
<tbody>
<tr>
<th>Announcement ID:</th>
<td>SUSE-SU-2026:22166-1</td>
</tr>
<tr>
<th>Release Date:</th>
<td>2026-06-18T21:01:36Z</td>
</tr>
<tr>
<th>Rating:</th>
<td>important</td>
</tr>
<tr>
<th>References:</th>
<td>
<ul>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1268012">bsc#1268012</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1268013">bsc#1268013</a>
</li>
</ul>
</td>
</tr>
<tr>
<th>
Cross-References:
</th>
<td>
<ul>
<li style="display: inline;">
<a href="https://www.suse.com/security/cve/CVE-2026-11822.html">CVE-2026-11822</a>
</li>
<li style="display: inline;">
<a href="https://www.suse.com/security/cve/CVE-2026-11824.html">CVE-2026-11824</a>
</li>
</ul>
</td>
</tr>
<tr>
<th>CVSS scores:</th>
<td>
<ul class="list-group">
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11822</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.8</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11822</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">8.5</span>
<span class="cvss-vector">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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11822</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.8</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11824</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.8</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11824</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">8.5</span>
<span class="cvss-vector">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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-11824</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.8</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</span>
</li>
</ul>
</td>
</tr>
<tr>
<th>Affected Products:</th>
<td>
<ul class="list-group">
<li class="list-group-item">SUSE Linux Enterprise Server 16.0</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP applications 16.0</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>An update that solves two vulnerabilities can now be installed.</p>
<h2>Description:</h2>
<p>This update for sqlite3 fixes the following issues</p>
<p>Update to 3.53.2:</p>
<ul>
<li>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).</li>
<li>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).</li>
</ul>
<p>Changes:</p>
<ul>
<li>Add the Query Result Formatter (QRF) library for formatting the
results of SQL queries for human readability on a fixed-pitch
font screen.</li>
<li>Enhance ALTER TABLE to permit adding and removing NOT NULL and
CHECK constraints.</li>
<li>The REINDEX EXPRESSIONS statement rebuilds expression indexes.</li>
<li>The body of TEMP triggers may now modify and/or query tables
in the main schema.</li>
<li>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.</li>
<li>New SQL functions json_array_insert() and jsonb_array_insert().</li>
<li>Renovations to the CLI.</li>
<li>New C-language interfaces: sqlite3_str_truncate(),
sqlite3_str_free(), sqlite3_carray_bind_v2().</li>
<li>Add the SQLITE_PREPARE_FROM_DDL option to sqlite3_prepare_v3().</li>
<li>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.</li>
<li>The SQLITE_LIMIT_PARSER_DEPTH option is added to
sqlite3_limit().</li>
<li>The SQLITE_DBCONFIG_FP_DIGITS option is added to
sqlite3_db_config().</li>
<li>Query planner improvements.</li>
<li>Add new interfaces to the session extension that enable an
application to add changes one at a time to the
sqlite3_changegroup object.</li>
<li>Improvements to floating-point <-> text conversions.</li>
<li>Added the self-healing index feature to deal with the stale
expression index problem.</li>
<li>Add the "-p|--port" option to sqlite3_rsync.</li>
<li>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.</li>
<li>Fixes for problems in 3.53.0 and 3.53.1 reported by users.</li>
<li>
<p>See the check-in timeline for details:
https://sqlite.org/src/timeline?from=version-3.53.0&to=version-3.53.2</p>
</li>
<li>
<p>https://sqlite.org/releaselog/3_53_0.html</p>
</li>
</ul>
<h2>Patch Instructions:</h2>
<p>
To install this SUSE update use the SUSE recommended
installation methods like YaST online_update or "zypper patch".<br/>
Alternatively you can run the command listed for your product:
</p>
<ul class="list-group">
<li class="list-group-item">
SUSE Linux Enterprise Server for SAP applications 16.0
<br/>
<code>zypper in -t patch SUSE-SLES-16.0-955=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server 16.0
<br/>
<code>zypper in -t patch SUSE-SLES-16.0-955=1</code>
</li>
</ul>
<h2>Package List:</h2>
<ul>
<li>
SUSE Linux Enterprise Server for SAP applications 16.0 (ppc64le x86_64)
<ul>
<li>sqlite3-debuginfo-3.53.2-160000.1.1</li>
<li>sqlite3-tcl-debuginfo-3.53.2-160000.1.1</li>
<li>sqlite3-devel-3.53.2-160000.1.1</li>
<li>sqlite3-debugsource-3.53.2-160000.1.1</li>
<li>sqlite3-tcl-3.53.2-160000.1.1</li>
<li>sqlite3-3.53.2-160000.1.1</li>
<li>libsqlite3-0-3.53.2-160000.1.1</li>
<li>libsqlite3-0-debuginfo-3.53.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP applications 16.0 (x86_64)
<ul>
<li>libsqlite3-0-x86-64-v3-debuginfo-3.53.2-160000.1.1</li>
<li>libsqlite3-0-x86-64-v3-3.53.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP applications 16.0 (noarch)
<ul>
<li>sqlite3-doc-3.53.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 16.0 (aarch64 ppc64le s390x x86_64)
<ul>
<li>sqlite3-debuginfo-3.53.2-160000.1.1</li>
<li>sqlite3-tcl-debuginfo-3.53.2-160000.1.1</li>
<li>sqlite3-devel-3.53.2-160000.1.1</li>
<li>sqlite3-debugsource-3.53.2-160000.1.1</li>
<li>sqlite3-tcl-3.53.2-160000.1.1</li>
<li>sqlite3-3.53.2-160000.1.1</li>
<li>libsqlite3-0-3.53.2-160000.1.1</li>
<li>libsqlite3-0-debuginfo-3.53.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 16.0 (noarch)
<ul>
<li>sqlite3-doc-3.53.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 16.0 (x86_64)
<ul>
<li>libsqlite3-0-x86-64-v3-debuginfo-3.53.2-160000.1.1</li>
<li>libsqlite3-0-x86-64-v3-3.53.2-160000.1.1</li>
</ul>
</li>
</ul>
<h2>References:</h2>
<ul>
<li>
<a href="https://www.suse.com/security/cve/CVE-2026-11822.html">https://www.suse.com/security/cve/CVE-2026-11822.html</a>
</li>
<li>
<a href="https://www.suse.com/security/cve/CVE-2026-11824.html">https://www.suse.com/security/cve/CVE-2026-11824.html</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1268012">https://bugzilla.suse.com/show_bug.cgi?id=1268012</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1268013">https://bugzilla.suse.com/show_bug.cgi?id=1268013</a>
</li>
</ul>
</div>