<div class="container">
<h1>Security update for nodejs22</h1>
<table class="table table-striped table-bordered">
<tbody>
<tr>
<th>Announcement ID:</th>
<td>SUSE-SU-2025:01879-1</td>
</tr>
<tr>
<th>Release Date:</th>
<td>2025-06-11T05:41:29Z</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=1239949">bsc#1239949</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1241050">bsc#1241050</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1243217">bsc#1243217</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1243218">bsc#1243218</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-2025-23165.html">CVE-2025-23165</a>
</li>
<li style="display: inline;">
<a href="https://www.suse.com/security/cve/CVE-2025-23166.html">CVE-2025-23166</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-2025-23165</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">6.3</span>
<span class="cvss-vector">CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2025-23165</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">5.3</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2025-23165</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">3.7</span>
<span class="cvss-vector">CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2025-23166</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">8.2</span>
<span class="cvss-vector">CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2025-23166</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2025-23166</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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 15 SP7</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP7</li>
<li class="list-group-item">Web and Scripting Module 15-SP7</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>An update that solves two vulnerabilities and has two security fixes can now be installed.</p>
<h2>Description:</h2>
<p>This update for nodejs22 fixes the following issues:</p>
<p>Update to version 22.15.1.</p>
<p>Security issues fixed:</p>
<ul>
<li>CVE-2025-23166: remotely triggerable process crash due to improper error handling in async cryptographic operations
(bsc#1243218).</li>
<li>CVE-2025-23165: memory leak and unbounded memory growth due to corrupted pointer in
<code>node::fs::ReadFileUtf8(const FunctionCallbackInfo<Value>& args)</code> when <code>args[0]</code> is a string (bsc#1243217).</li>
</ul>
<p>Other changes and issues fixed:</p>
<ul>
<li>
<p>Changes from version 22.15.0</p>
</li>
<li>
<p>dns: add TLSA record query and parsing</p>
</li>
<li>assert: improve partialDeepStrictEqual</li>
<li>process: add execve</li>
<li>tls: implement tls.getCACertificates()</li>
<li>
<p>v8: add v8.getCppHeapStatistics() method</p>
</li>
<li>
<p>Changes from version 22.14.0</p>
</li>
<li>
<p>fs: allow exclude option in globs to accept glob patterns</p>
</li>
<li>lib: add typescript support to STDIN eval</li>
<li>module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX</li>
<li>module: add findPackageJSON util</li>
<li>process: add process.ref() and process.unref() methods</li>
<li>sqlite: support TypedArray and DataView in StatementSync</li>
<li>src: add --disable-sigusr1 to prevent signal i/o thread</li>
<li>src,worker: add isInternalWorker</li>
<li>test_runner: add TestContext.prototype.waitFor()</li>
<li>test_runner: add t.assert.fileSnapshot()</li>
<li>test_runner: add assert.register() API</li>
<li>
<p>worker: add eval ts input</p>
</li>
<li>
<p>Build with PIE (bsc#1239949).</p>
</li>
<li>Fix builds with OpenSSL 3.5.0 (bsc#1241050).</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">
Web and Scripting Module 15-SP7
<br/>
<code>zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP7-2025-1879=1</code>
</li>
</ul>
<h2>Package List:</h2>
<ul>
<li>
Web and Scripting Module 15-SP7 (aarch64 ppc64le s390x x86_64)
<ul>
<li>nodejs22-debuginfo-22.15.1-150700.3.3.1</li>
<li>nodejs22-devel-22.15.1-150700.3.3.1</li>
<li>nodejs22-debugsource-22.15.1-150700.3.3.1</li>
<li>nodejs22-22.15.1-150700.3.3.1</li>
<li>npm22-22.15.1-150700.3.3.1</li>
</ul>
</li>
<li>
Web and Scripting Module 15-SP7 (noarch)
<ul>
<li>nodejs22-docs-22.15.1-150700.3.3.1</li>
</ul>
</li>
</ul>
<h2>References:</h2>
<ul>
<li>
<a href="https://www.suse.com/security/cve/CVE-2025-23165.html">https://www.suse.com/security/cve/CVE-2025-23165.html</a>
</li>
<li>
<a href="https://www.suse.com/security/cve/CVE-2025-23166.html">https://www.suse.com/security/cve/CVE-2025-23166.html</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1239949">https://bugzilla.suse.com/show_bug.cgi?id=1239949</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1241050">https://bugzilla.suse.com/show_bug.cgi?id=1241050</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1243217">https://bugzilla.suse.com/show_bug.cgi?id=1243217</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1243218">https://bugzilla.suse.com/show_bug.cgi?id=1243218</a>
</li>
</ul>
</div>