<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for nodejs22</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2026:0301-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2026-01-27T08:20:46Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2026-01-27T08:20:46Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-01-27T08:20:46Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for nodejs22</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for nodejs22 fixes the following issues:
  
Security fixes:

- CVE-2026-22036: Fixed unbounded decompression chain in HTTP response leading 
  to resource exhaustion (bsc#1256848)
- CVE-2026-21637: Fixed synchronous exceptions thrown during callbacks that bypass 
  TLS error handling and causing denial of service (bsc#1256576)
- CVE-2025-55132: Fixed futimes() ability to acces file even if process has read 
  permissions only (bsc#1256571)
- CVE-2025-55131: Fixed race condition that allowed allocations with leftover data 
  leading to in-process secrets exposure (bsc#1256570)
- CVE-2025-55130: Fixed filesystem permissions bypass via crafted symlinks (bsc#1256569)
- CVE-2025-59465: Fixed malformed HTTP/2 HEADERS frame with invalid HPACK leading 
  to crash (bsc#1256573)
- CVE-2025-59466: Fixed uncatchable 'Maximum call stack size exceeded' error 
  leading to crash (bsc#1256574)

Other fixes:

- Update to 22.22.0:
  * deps: updated undici to 6.23.0
  * deps: updated bundled c-ares to 1.34.6 (if used)
  * add TLSSocket default error handler
  * disable futimes when permission model is enabled
  * require full read and write to symlink APIs
  * rethrow stack overflow exceptions in async_hooks
  * refactor unsafe buffer creation to remove zero-fill toggle
  * route callback exceptions through error handlers

- Update to 22.21.1:
  * src: avoid unnecessary string -&gt; char* -&gt; string round trips
  * src: remove unnecessary shadowed functions on Utf8Value &amp; BufferValue
  * process: fix hrtime fast call signatures
  * http: improve writeEarlyHints by avoiding for-of loop
  
- Update to 22.21.0:
  * cli: add --use-env-proxy
  * http: support http proxy for fetch under NODE_USE_ENV_PROXY
  * http: add shouldUpgradeCallback to let servers control HTTP upgrades
  * http,https: add built-in proxy support in http/https.request and Agent
  * src: add percentage support to --max-old-space-size

- Update to 22.20.0
  * doc: stabilize --disable-sigusr1
  * doc: mark path.matchesGlob as stable
  * http: add Agent.agentKeepAliveTimeoutBuffer option
  * http2: add support for raw header arrays in h2Stream.respond()
  * inspector: add http2 tracking support
  * sea: implement execArgvExtension
  * sea: support execArgv in sea config
  * stream: add brotli support to CompressionStream and DecompressionStream
  * test_runner: support object property mocking
  * worker: add cpu profile APIs for worker
  
- Update to 22.19.0
  * cli: add NODE_USE_SYSTEM_CA=1
  * cli: support ${pid} placeholder in --cpu-prof-name
  * crypto: add tls.setDefaultCACertificates()
  * dns: support max timeout
  * doc: update the instruction on how to verify releases
  * esm: unflag --experimental-wasm-modules
  * http: add server.keepAliveTimeoutBuffer option
  * lib: docs deprecate _http_*
  * net: update net.blocklist to allow file save and file management
  * process: add threadCpuUsage
  * zlib: add dictionary support to zstdCompress and zstdDecompress
  
- Update to 22.18.0:
  * deps: update amaro to 1.1.0
  * doc: add all watch-mode related flags to node.1
  * doc: add islandryu to collaborators
  * esm: implement import.meta.main
  * fs: allow correct handling of burst in fs-events with AsyncIterator
  * permission: propagate permission model flags on spawn
  * sqlite: add support for readBigInts option in db connection level
  * src,permission: add support to permission.has(addon)
  * url: add fileURLToPathBuffer API
  * watch: add --watch-kill-signal flag
  * worker: make Worker async disposable
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">Container bci/nodejs:latest-2026-301,SUSE-2026-301,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-301</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      <Description>Link for SUSE-SU-2026:0301-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-January/023926.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0301-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256569</URL>
      <Description>SUSE Bug 1256569</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256570</URL>
      <Description>SUSE Bug 1256570</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256571</URL>
      <Description>SUSE Bug 1256571</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256573</URL>
      <Description>SUSE Bug 1256573</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256574</URL>
      <Description>SUSE Bug 1256574</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256576</URL>
      <Description>SUSE Bug 1256576</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1256848</URL>
      <Description>SUSE Bug 1256848</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-55130/</URL>
      <Description>SUSE CVE CVE-2025-55130 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-55131/</URL>
      <Description>SUSE CVE CVE-2025-55131 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-55132/</URL>
      <Description>SUSE CVE CVE-2025-55132 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-59465/</URL>
      <Description>SUSE CVE CVE-2025-59465 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-59466/</URL>
      <Description>SUSE CVE CVE-2025-59466 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2026-21637/</URL>
      <Description>SUSE CVE CVE-2026-21637 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2026-22036/</URL>
      <Description>SUSE CVE CVE-2026-22036 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Container bci/nodejs:latest">
      <Branch Type="Product Name" Name="Container bci/nodejs:latest">
        <FullProductName ProductID="Container bci/nodejs:latest">Container bci/nodejs:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP7" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp7">SUSE Linux Enterprise Module for Web and Scripting 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="nodejs22-22.22.0-150700.3.6.1">
      <FullProductName ProductID="nodejs22-22.22.0-150700.3.6.1">nodejs22-22.22.0-150700.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="npm22-22.22.0-150700.3.6.1">
      <FullProductName ProductID="npm22-22.22.0-150700.3.6.1">npm22-22.22.0-150700.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="corepack22-22.22.0-150700.3.6.1">
      <FullProductName ProductID="corepack22-22.22.0-150700.3.6.1">corepack22-22.22.0-150700.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs22-devel-22.22.0-150700.3.6.1">
      <FullProductName ProductID="nodejs22-devel-22.22.0-150700.3.6.1">nodejs22-devel-22.22.0-150700.3.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="nodejs22-docs-22.22.0-150700.3.6.1">
      <FullProductName ProductID="nodejs22-docs-22.22.0-150700.3.6.1">nodejs22-docs-22.22.0-150700.3.6.1</FullProductName>
    </Branch>
    <Relationship ProductReference="nodejs22-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:latest">
      <FullProductName ProductID="Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1">nodejs22-22.22.0-150700.3.6.1 as a component of Container bci/nodejs:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm22-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="Container bci/nodejs:latest">
      <FullProductName ProductID="Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1">npm22-22.22.0-150700.3.6.1 as a component of Container bci/nodejs:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs22-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1">nodejs22-22.22.0-150700.3.6.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs22-devel-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1">nodejs22-devel-22.22.0-150700.3.6.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="nodejs22-docs-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1">nodejs22-docs-22.22.0-150700.3.6.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="npm22-22.22.0-150700.3.6.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1">npm22-22.22.0-150700.3.6.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw in Node.js's Permissions model allows attackers to bypass `--allow-fs-read` and `--allow-fs-write` restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files. This breaks the expected isolation guarantees and enables arbitrary file read/write, leading to potential system compromise.
This vulnerability affects users of the permission model on Node.js v20,  v22,  v24, and v25.</Note>
    </Notes>
    <CVE>CVE-2025-55130</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-55130.html</URL>
        <Description>CVE-2025-55130</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256569</URL>
        <Description>SUSE Bug 1256569</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the `vm` module with the timeout option. Under specific timing conditions, buffers allocated with `Buffer.alloc` and other `TypedArray` instances like `Uint8Array` may contain leftover data from previous operations, allowing in-process secrets like tokens or passwords to leak or causing data corruption. While exploitation typically requires precise timing or in-process code execution, it can become remotely exploitable when untrusted input influences workload and timeouts, leading to potential confidentiality and integrity impact.</Note>
    </Notes>
    <CVE>CVE-2025-55131</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-55131.html</URL>
        <Description>CVE-2025-55131</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256570</URL>
        <Description>SUSE Bug 1256570</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw in Node.js's permission model allows a file's access and modification timestamps to be changed via `futimes()` even when the process has only read permissions. Unlike `utimes()`, `futimes()` does not apply the expected write-permission checks, which means file metadata can be modified in read-only directories. This behavior could be used to alter timestamps in ways that obscure activity, reducing the reliability of logs. This vulnerability affects users of the permission model on Node.js v20,  v22,  v24, and v25.</Note>
    </Notes>
    <CVE>CVE-2025-55132</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-55132.html</URL>
        <Description>CVE-2025-55132</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256571</URL>
        <Description>SUSE Bug 1256571</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A malformed `HTTP/2 HEADERS` frame with oversized, invalid `HPACK` data can cause Node.js to crash by triggering an unhandled `TLSSocket` error `ECONNRESET`. Instead of safely closing the connection, the process crashes, enabling a remote denial of service. This primarily affects applications that do not attach explicit error handlers to secure sockets, for example:
```
server.on('secureConnection', socket =&gt; {
  socket.on('error', err =&gt; {
    console.log(err)
  })
})
```</Note>
    </Notes>
    <CVE>CVE-2025-59465</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-59465.html</URL>
        <Description>CVE-2025-59465</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256573</URL>
        <Description>SUSE Bug 1256573</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">We have identified a bug in Node.js error handling where "Maximum call stack size exceeded" errors become uncatchable when `async_hooks.createHook()` is enabled. Instead of reaching `process.on('uncaughtException')`, the process terminates, making the crash unrecoverable. Applications that rely on `AsyncLocalStorage` (v22, v20) or `async_hooks.createHook()` (v24, v22, v20) become vulnerable to denial-of-service crashes triggered by deep recursion under specific conditions.</Note>
    </Notes>
    <CVE>CVE-2025-59466</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-59466.html</URL>
        <Description>CVE-2025-59466</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256574</URL>
        <Description>SUSE Bug 1256574</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw in Node.js TLS error handling allows remote attackers to crash or exhaust resources of a TLS server when `pskCallback` or `ALPNCallback` are in use. Synchronous exceptions thrown during these callbacks bypass standard TLS error handling paths (tlsClientError and error), causing either immediate process termination or silent file descriptor leaks that eventually lead to denial of service. Because these callbacks process attacker-controlled input during the TLS handshake, a remote client can repeatedly trigger the issue. This vulnerability affects TLS servers using PSK or ALPN callbacks across Node.js versions where these callbacks throw without being safely wrapped.</Note>
    </Notes>
    <CVE>CVE-2026-21637</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2026-21637.html</URL>
        <Description>CVE-2026-21637</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256576</URL>
        <Description>SUSE Bug 1256576</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Undici is an HTTP/1.1 client for Node.js. Prior to 7.18.0 and 6.23.0, the number of links in the decompression chain is unbounded and the default maxHeaderSize allows a malicious server to insert thousands compression steps leading to high CPU usage and excessive memory allocation. This vulnerability is fixed in 7.18.0 and 6.23.0.</Note>
    </Notes>
    <CVE>CVE-2026-22036</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container bci/nodejs:latest:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>Container bci/nodejs:latest:npm22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2026-22036.html</URL>
        <Description>CVE-2026-22036</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1256843</URL>
        <Description>SUSE Bug 1256843</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
