SUSE-SU-2026:0295-1
Vulnerability from csaf_suse - Published: 2026-01-26 13:19 - Updated: 2026-01-26 13:19Summary
Security update for nodejs22
Notes
Title of the patch
Security update for nodejs22
Description of the patch
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 -> char* -> string round trips
* src: remove unnecessary shadowed functions on Utf8Value & 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
Patchnames
SUSE-2026-295,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-295,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-295,openSUSE-SLE-15.6-2026-295
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2026-22036: Fixed unbounded decompression chain in HTTP response leading \n to resource exhaustion (bsc#1256848)\n- CVE-2026-21637: Fixed synchronous exceptions thrown during callbacks that bypass \n TLS error handling and causing denial of service (bsc#1256576)\n- CVE-2025-55132: Fixed futimes() ability to acces file even if process has read \n permissions only (bsc#1256571)\n- CVE-2025-55131: Fixed race condition that allowed allocations with leftover data \n leading to in-process secrets exposure (bsc#1256570)\n- CVE-2025-55130: Fixed filesystem permissions bypass via crafted symlinks (bsc#1256569)\n- CVE-2025-59465: Fixed malformed HTTP/2 HEADERS frame with invalid HPACK leading \n to crash (bsc#1256573)\n- CVE-2025-59466: Fixed uncatchable \u0027Maximum call stack size exceeded\u0027 error \n leading to crash (bsc#1256574)\n\nOther fixes:\n\n- Update to 22.22.0:\n * deps: updated undici to 6.23.0\n * deps: updated bundled c-ares to 1.34.6 (if used)\n * add TLSSocket default error handler\n * disable futimes when permission model is enabled\n * require full read and write to symlink APIs\n * rethrow stack overflow exceptions in async_hooks\n * refactor unsafe buffer creation to remove zero-fill toggle\n * route callback exceptions through error handlers\n\n- Update to 22.21.1:\n * src: avoid unnecessary string -\u003e char* -\u003e string round trips\n * src: remove unnecessary shadowed functions on Utf8Value \u0026 BufferValue\n * process: fix hrtime fast call signatures\n * http: improve writeEarlyHints by avoiding for-of loop\n \n- Update to 22.21.0:\n * cli: add --use-env-proxy\n * http: support http proxy for fetch under NODE_USE_ENV_PROXY\n * http: add shouldUpgradeCallback to let servers control HTTP upgrades\n * http,https: add built-in proxy support in http/https.request and Agent\n * src: add percentage support to --max-old-space-size\n\n- Update to 22.20.0\n * doc: stabilize --disable-sigusr1\n * doc: mark path.matchesGlob as stable\n * http: add Agent.agentKeepAliveTimeoutBuffer option\n * http2: add support for raw header arrays in h2Stream.respond()\n * inspector: add http2 tracking support\n * sea: implement execArgvExtension\n * sea: support execArgv in sea config\n * stream: add brotli support to CompressionStream and DecompressionStream\n * test_runner: support object property mocking\n * worker: add cpu profile APIs for worker\n \n- Update to 22.19.0\n * cli: add NODE_USE_SYSTEM_CA=1\n * cli: support ${pid} placeholder in --cpu-prof-name\n * crypto: add tls.setDefaultCACertificates()\n * dns: support max timeout\n * doc: update the instruction on how to verify releases\n * esm: unflag --experimental-wasm-modules\n * http: add server.keepAliveTimeoutBuffer option\n * lib: docs deprecate _http_*\n * net: update net.blocklist to allow file save and file management\n * process: add threadCpuUsage\n * zlib: add dictionary support to zstdCompress and zstdDecompress\n \n- Update to 22.18.0:\n * deps: update amaro to 1.1.0\n * doc: add all watch-mode related flags to node.1\n * doc: add islandryu to collaborators\n * esm: implement import.meta.main\n * fs: allow correct handling of burst in fs-events with AsyncIterator\n * permission: propagate permission model flags on spawn\n * sqlite: add support for readBigInts option in db connection level\n * src,permission: add support to permission.has(addon)\n * url: add fileURLToPathBuffer API\n * watch: add --watch-kill-signal flag\n * worker: make Worker async disposable\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-295,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-295,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-295,openSUSE-SLE-15.6-2026-295",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0295-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0295-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260295-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0295-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023921.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256569",
"url": "https://bugzilla.suse.com/1256569"
},
{
"category": "self",
"summary": "SUSE Bug 1256570",
"url": "https://bugzilla.suse.com/1256570"
},
{
"category": "self",
"summary": "SUSE Bug 1256571",
"url": "https://bugzilla.suse.com/1256571"
},
{
"category": "self",
"summary": "SUSE Bug 1256573",
"url": "https://bugzilla.suse.com/1256573"
},
{
"category": "self",
"summary": "SUSE Bug 1256574",
"url": "https://bugzilla.suse.com/1256574"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1256848",
"url": "https://bugzilla.suse.com/1256848"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55130 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55130/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55131 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55132 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55132/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59466 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21637 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21637/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22036 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22036/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-01-26T13:19:01Z",
"generator": {
"date": "2026-01-26T13:19:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0295-1",
"initial_release_date": "2026-01-26T13:19:01Z",
"revision_history": [
{
"date": "2026-01-26T13:19:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150600.13.12.1.aarch64",
"product": {
"name": "corepack22-22.22.0-150600.13.12.1.aarch64",
"product_id": "corepack22-22.22.0-150600.13.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150600.13.12.1.aarch64",
"product": {
"name": "nodejs22-22.22.0-150600.13.12.1.aarch64",
"product_id": "nodejs22-22.22.0-150600.13.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"product_id": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150600.13.12.1.aarch64",
"product": {
"name": "npm22-22.22.0-150600.13.12.1.aarch64",
"product_id": "npm22-22.22.0-150600.13.12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150600.13.12.1.i586",
"product": {
"name": "corepack22-22.22.0-150600.13.12.1.i586",
"product_id": "corepack22-22.22.0-150600.13.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150600.13.12.1.i586",
"product": {
"name": "nodejs22-22.22.0-150600.13.12.1.i586",
"product_id": "nodejs22-22.22.0-150600.13.12.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150600.13.12.1.i586",
"product": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.i586",
"product_id": "nodejs22-devel-22.22.0-150600.13.12.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150600.13.12.1.i586",
"product": {
"name": "npm22-22.22.0-150600.13.12.1.i586",
"product_id": "npm22-22.22.0-150600.13.12.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"product_id": "nodejs22-docs-22.22.0-150600.13.12.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150600.13.12.1.ppc64le",
"product": {
"name": "corepack22-22.22.0-150600.13.12.1.ppc64le",
"product_id": "corepack22-22.22.0-150600.13.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150600.13.12.1.ppc64le",
"product": {
"name": "nodejs22-22.22.0-150600.13.12.1.ppc64le",
"product_id": "nodejs22-22.22.0-150600.13.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"product_id": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150600.13.12.1.ppc64le",
"product": {
"name": "npm22-22.22.0-150600.13.12.1.ppc64le",
"product_id": "npm22-22.22.0-150600.13.12.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150600.13.12.1.s390x",
"product": {
"name": "corepack22-22.22.0-150600.13.12.1.s390x",
"product_id": "corepack22-22.22.0-150600.13.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150600.13.12.1.s390x",
"product": {
"name": "nodejs22-22.22.0-150600.13.12.1.s390x",
"product_id": "nodejs22-22.22.0-150600.13.12.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"product_id": "nodejs22-devel-22.22.0-150600.13.12.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150600.13.12.1.s390x",
"product": {
"name": "npm22-22.22.0-150600.13.12.1.s390x",
"product_id": "npm22-22.22.0-150600.13.12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150600.13.12.1.x86_64",
"product": {
"name": "corepack22-22.22.0-150600.13.12.1.x86_64",
"product_id": "corepack22-22.22.0-150600.13.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150600.13.12.1.x86_64",
"product": {
"name": "nodejs22-22.22.0-150600.13.12.1.x86_64",
"product_id": "nodejs22-22.22.0-150600.13.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"product_id": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150600.13.12.1.x86_64",
"product": {
"name": "npm22-22.22.0-150600.13.12.1.x86_64",
"product_id": "npm22-22.22.0-150600.13.12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-150600.13.12.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-150600.13.12.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-150600.13.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "corepack22-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-150600.13.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "corepack22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-150600.13.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "corepack22-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-150600.13.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "corepack22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150600.13.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-150600.13.12.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150600.13.12.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
},
"product_reference": "npm22-22.22.0-150600.13.12.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55130",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55130"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s 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.\nThis vulnerability affects users of the permission model on Node.js v20, v22, v24, and v25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55130",
"url": "https://www.suse.com/security/cve/CVE-2025-55130"
},
{
"category": "external",
"summary": "SUSE Bug 1256569 for CVE-2025-55130",
"url": "https://bugzilla.suse.com/1256569"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "important"
}
],
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55131"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55131",
"url": "https://www.suse.com/security/cve/CVE-2025-55131"
},
{
"category": "external",
"summary": "SUSE Bug 1256570 for CVE-2025-55131",
"url": "https://bugzilla.suse.com/1256570"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "important"
}
],
"title": "CVE-2025-55131"
},
{
"cve": "CVE-2025-55132",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55132"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js\u0027s permission model allows a file\u0027s 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55132",
"url": "https://www.suse.com/security/cve/CVE-2025-55132"
},
{
"category": "external",
"summary": "SUSE Bug 1256571 for CVE-2025-55132",
"url": "https://bugzilla.suse.com/1256571"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "low"
}
],
"title": "CVE-2025-55132"
},
{
"cve": "CVE-2025-59465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59465"
}
],
"notes": [
{
"category": "general",
"text": "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:\n```\nserver.on(\u0027secureConnection\u0027, socket =\u003e {\n socket.on(\u0027error\u0027, err =\u003e {\n console.log(err)\n })\n})\n```",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59465",
"url": "https://www.suse.com/security/cve/CVE-2025-59465"
},
{
"category": "external",
"summary": "SUSE Bug 1256573 for CVE-2025-59465",
"url": "https://bugzilla.suse.com/1256573"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "important"
}
],
"title": "CVE-2025-59465"
},
{
"cve": "CVE-2025-59466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59466"
}
],
"notes": [
{
"category": "general",
"text": "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(\u0027uncaughtException\u0027)`, 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59466",
"url": "https://www.suse.com/security/cve/CVE-2025-59466"
},
{
"category": "external",
"summary": "SUSE Bug 1256574 for CVE-2025-59466",
"url": "https://bugzilla.suse.com/1256574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "moderate"
}
],
"title": "CVE-2025-59466"
},
{
"cve": "CVE-2026-21637",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21637"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21637",
"url": "https://www.suse.com/security/cve/CVE-2026-21637"
},
{
"category": "external",
"summary": "SUSE Bug 1256576 for CVE-2026-21637",
"url": "https://bugzilla.suse.com/1256576"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-22036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22036"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22036",
"url": "https://www.suse.com/security/cve/CVE-2026-22036"
},
{
"category": "external",
"summary": "SUSE Bug 1256843 for CVE-2026-22036",
"url": "https://bugzilla.suse.com/1256843"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64",
"openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x",
"openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T13:19:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…