Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-55131 (GCVE-0-2025-55131)
Vulnerability from cvelistv5 – Published: 2026-01-20 20:41 – Updated: 2026-02-27 15:11
VLAI
EPSS
Summary
A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the `vm` module with the timeout option. Under specific timing conditions, buffers allocated with `Buffer.alloc` and other `TypedArray` instances like `Uint8Array` may contain leftover data from previous operations, allowing in-process secrets like tokens or passwords to leak or causing data corruption. While exploitation typically requires precise timing or in-process code execution, it can become remotely exploitable when untrusted input influences workload and timeouts, leading to potential confidentiality and integrity impact.
Severity
7.1 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Assigner
References
1 reference
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| nodejs | node |
Affected:
20.19.6 , ≤ 20.19.6
(semver)
Affected: 22.21.1 , ≤ 22.21.1 (semver) Affected: 24.12.0 , ≤ 24.12.0 (semver) Affected: 25.2.1 , ≤ 25.2.1 (semver) Affected: 4.0 , < 4.* (semver) Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.* (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.* (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-55131",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-22T04:55:31.057208Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-120",
"description": "CWE-120 Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-27T15:11:22.041Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "node",
"vendor": "nodejs",
"versions": [
{
"lessThanOrEqual": "20.19.6",
"status": "affected",
"version": "20.19.6",
"versionType": "semver"
},
{
"lessThanOrEqual": "22.21.1",
"status": "affected",
"version": "22.21.1",
"versionType": "semver"
},
{
"lessThanOrEqual": "24.12.0",
"status": "affected",
"version": "24.12.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "25.2.1",
"status": "affected",
"version": "25.2.1",
"versionType": "semver"
},
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.*",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.*",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.*",
"status": "affected",
"version": "18.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_0": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.0"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-20T20:41:55.591Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2025-55131",
"datePublished": "2026-01-20T20:41:55.591Z",
"dateReserved": "2025-08-07T15:00:05.576Z",
"dateUpdated": "2026-02-27T15:11:22.041Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-55131",
"date": "2026-06-15",
"epss": "0.00978",
"percentile": "0.57422"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-55131\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2026-01-20T21:16:03.320\",\"lastModified\":\"2026-02-26T23:16:24.893\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.6,\"impactScore\":5.5}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-120\"}]}],\"references\":[{\"url\":\"https://nodejs.org/en/blog/vulnerability/december-2025-security-releases\",\"source\":\"support@hackerone.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-55131\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-22T04:55:31.057208Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-120\", \"description\": \"CWE-120 Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-21T20:25:56.959Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"version\": \"3.0\", \"baseScore\": 7.1, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L\"}}], \"affected\": [{\"vendor\": \"nodejs\", \"product\": \"node\", \"versions\": [{\"status\": \"affected\", \"version\": \"20.19.6\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"20.19.6\"}, {\"status\": \"affected\", \"version\": \"22.21.1\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"22.21.1\"}, {\"status\": \"affected\", \"version\": \"24.12.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"24.12.0\"}, {\"status\": \"affected\", \"version\": \"25.2.1\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"25.2.1\"}, {\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"14.0\", \"lessThan\": \"14.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.*\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://nodejs.org/en/blog/vulnerability/december-2025-security-releases\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2026-01-20T20:41:55.591Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-55131\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-27T15:11:22.041Z\", \"dateReserved\": \"2025-08-07T15:00:05.576Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2026-01-20T20:41:55.591Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
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
Severity
Important
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).
8.1 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-devel-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs22-docs-22.22.0-150600.13.12.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm22-22.22.0-150600.13.12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"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"
}
]
}
SUSE-SU-2026:0301-1
Vulnerability from csaf_suse - Published: 2026-01-27 08:20 - Updated: 2026-01-27 08:20Summary
Security update for nodejs22
Severity
Important
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-301,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-301
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"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-301,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-301",
"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_0301-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0301-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260301-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0301-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023926.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-27T08:20:46Z",
"generator": {
"date": "2026-01-27T08:20:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0301-1",
"initial_release_date": "2026-01-27T08:20:46Z",
"revision_history": [
{
"date": "2026-01-27T08:20:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150700.3.6.1.aarch64",
"product": {
"name": "corepack22-22.22.0-150700.3.6.1.aarch64",
"product_id": "corepack22-22.22.0-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150700.3.6.1.aarch64",
"product": {
"name": "nodejs22-22.22.0-150700.3.6.1.aarch64",
"product_id": "nodejs22-22.22.0-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"product_id": "nodejs22-devel-22.22.0-150700.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150700.3.6.1.aarch64",
"product": {
"name": "npm22-22.22.0-150700.3.6.1.aarch64",
"product_id": "npm22-22.22.0-150700.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150700.3.6.1.i586",
"product": {
"name": "corepack22-22.22.0-150700.3.6.1.i586",
"product_id": "corepack22-22.22.0-150700.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150700.3.6.1.i586",
"product": {
"name": "nodejs22-22.22.0-150700.3.6.1.i586",
"product_id": "nodejs22-22.22.0-150700.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150700.3.6.1.i586",
"product": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.i586",
"product_id": "nodejs22-devel-22.22.0-150700.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150700.3.6.1.i586",
"product": {
"name": "npm22-22.22.0-150700.3.6.1.i586",
"product_id": "npm22-22.22.0-150700.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"product_id": "nodejs22-docs-22.22.0-150700.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150700.3.6.1.ppc64le",
"product": {
"name": "corepack22-22.22.0-150700.3.6.1.ppc64le",
"product_id": "corepack22-22.22.0-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150700.3.6.1.ppc64le",
"product": {
"name": "nodejs22-22.22.0-150700.3.6.1.ppc64le",
"product_id": "nodejs22-22.22.0-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"product_id": "nodejs22-devel-22.22.0-150700.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150700.3.6.1.ppc64le",
"product": {
"name": "npm22-22.22.0-150700.3.6.1.ppc64le",
"product_id": "npm22-22.22.0-150700.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150700.3.6.1.s390x",
"product": {
"name": "corepack22-22.22.0-150700.3.6.1.s390x",
"product_id": "corepack22-22.22.0-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150700.3.6.1.s390x",
"product": {
"name": "nodejs22-22.22.0-150700.3.6.1.s390x",
"product_id": "nodejs22-22.22.0-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"product_id": "nodejs22-devel-22.22.0-150700.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150700.3.6.1.s390x",
"product": {
"name": "npm22-22.22.0-150700.3.6.1.s390x",
"product_id": "npm22-22.22.0-150700.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-150700.3.6.1.x86_64",
"product": {
"name": "corepack22-22.22.0-150700.3.6.1.x86_64",
"product_id": "corepack22-22.22.0-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-150700.3.6.1.x86_64",
"product": {
"name": "nodejs22-22.22.0-150700.3.6.1.x86_64",
"product_id": "nodejs22-22.22.0-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"product_id": "nodejs22-devel-22.22.0-150700.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-150700.3.6.1.x86_64",
"product": {
"name": "npm22-22.22.0-150700.3.6.1.x86_64",
"product_id": "npm22-22.22.0-150700.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x"
},
"product_reference": "nodejs22-22.22.0-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-150700.3.6.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150700.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64"
},
"product_reference": "npm22-22.22.0-150700.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150700.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le"
},
"product_reference": "npm22-22.22.0-150700.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150700.3.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x"
},
"product_reference": "npm22-22.22.0-150700.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-150700.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
},
"product_reference": "npm22-22.22.0-150700.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.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 Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.0-150700.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.0-150700.3.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.0-150700.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-27T08:20:46Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
SUSE-SU-2026:0435-1
Vulnerability from csaf_suse - Published: 2026-02-11 09:25 - Updated: 2026-02-11 09:25Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
- Update to 20.20.0:
- CVE-2026-22036: Updated undici to 6.23.0 (bsc#1256848)
- CVE-2025-59465: Add TLSSocket default error handler (bsc#1256573)
- CVE-2025-55132: Disable futimes when permission model is enabled (bsc#1256571)
- CVE-2025-55130: Require full read and write to symlink APIs (bsc#1256569)
- CVE-2025-59466: Rethrow stack overflow exceptions in async_hooks (bsc#1256574)
- CVE-2025-55131: Refactor unsafe buffer creation to remove zero-fill toggle (bsc#1256570)
- CVE-2026-21637: Route callback exceptions through error handlers (bsc#1256576)
Patchnames: SUSE-2026-435,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-435,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-435,openSUSE-SLE-15.6-2026-435
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
37 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"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 nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\n- Update to 20.20.0:\n- CVE-2026-22036: Updated undici to 6.23.0 (bsc#1256848)\n- CVE-2025-59465: Add TLSSocket default error handler (bsc#1256573)\n- CVE-2025-55132: Disable futimes when permission model is enabled (bsc#1256571)\n- CVE-2025-55130: Require full read and write to symlink APIs (bsc#1256569)\n- CVE-2025-59466: Rethrow stack overflow exceptions in async_hooks (bsc#1256574)\n- CVE-2025-55131: Refactor unsafe buffer creation to remove zero-fill toggle (bsc#1256570)\n- CVE-2026-21637: Route callback exceptions through error handlers (bsc#1256576)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-435,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-435,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-435,openSUSE-SLE-15.6-2026-435",
"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_0435-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0435-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260435-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0435-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024113.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 nodejs20",
"tracking": {
"current_release_date": "2026-02-11T09:25:11Z",
"generator": {
"date": "2026-02-11T09:25:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0435-1",
"initial_release_date": "2026-02-11T09:25:11Z",
"revision_history": [
{
"date": "2026-02-11T09:25:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150600.3.15.1.aarch64",
"product": {
"name": "corepack20-20.20.0-150600.3.15.1.aarch64",
"product_id": "corepack20-20.20.0-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150600.3.15.1.aarch64",
"product": {
"name": "nodejs20-20.20.0-150600.3.15.1.aarch64",
"product_id": "nodejs20-20.20.0-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"product": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"product_id": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150600.3.15.1.aarch64",
"product": {
"name": "npm20-20.20.0-150600.3.15.1.aarch64",
"product_id": "npm20-20.20.0-150600.3.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150600.3.15.1.i586",
"product": {
"name": "corepack20-20.20.0-150600.3.15.1.i586",
"product_id": "corepack20-20.20.0-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150600.3.15.1.i586",
"product": {
"name": "nodejs20-20.20.0-150600.3.15.1.i586",
"product_id": "nodejs20-20.20.0-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150600.3.15.1.i586",
"product": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.i586",
"product_id": "nodejs20-devel-20.20.0-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150600.3.15.1.i586",
"product": {
"name": "npm20-20.20.0-150600.3.15.1.i586",
"product_id": "npm20-20.20.0-150600.3.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"product": {
"name": "nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"product_id": "nodejs20-docs-20.20.0-150600.3.15.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150600.3.15.1.ppc64le",
"product": {
"name": "corepack20-20.20.0-150600.3.15.1.ppc64le",
"product_id": "corepack20-20.20.0-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150600.3.15.1.ppc64le",
"product": {
"name": "nodejs20-20.20.0-150600.3.15.1.ppc64le",
"product_id": "nodejs20-20.20.0-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"product_id": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150600.3.15.1.ppc64le",
"product": {
"name": "npm20-20.20.0-150600.3.15.1.ppc64le",
"product_id": "npm20-20.20.0-150600.3.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150600.3.15.1.s390x",
"product": {
"name": "corepack20-20.20.0-150600.3.15.1.s390x",
"product_id": "corepack20-20.20.0-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150600.3.15.1.s390x",
"product": {
"name": "nodejs20-20.20.0-150600.3.15.1.s390x",
"product_id": "nodejs20-20.20.0-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"product": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"product_id": "nodejs20-devel-20.20.0-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150600.3.15.1.s390x",
"product": {
"name": "npm20-20.20.0-150600.3.15.1.s390x",
"product_id": "npm20-20.20.0-150600.3.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150600.3.15.1.x86_64",
"product": {
"name": "corepack20-20.20.0-150600.3.15.1.x86_64",
"product_id": "corepack20-20.20.0-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150600.3.15.1.x86_64",
"product": {
"name": "nodejs20-20.20.0-150600.3.15.1.x86_64",
"product_id": "nodejs20-20.20.0-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"product": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"product_id": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150600.3.15.1.x86_64",
"product": {
"name": "npm20-20.20.0-150600.3.15.1.x86_64",
"product_id": "npm20-20.20.0-150600.3.15.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": "nodejs20-20.20.0-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150600.3.15.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.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:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.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:nodejs20-devel-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150600.3.15.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:nodejs20-docs-20.20.0-150600.3.15.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.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:npm20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.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:npm20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.20.0-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "corepack20-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.20.0-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "corepack20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.20.0-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "corepack20-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.20.0-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "corepack20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150600.3.15.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x"
},
"product_reference": "npm20-20.20.0-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
},
"product_reference": "npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.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:nodejs20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:corepack20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:nodejs20-devel-20.20.0-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:nodejs20-docs-20.20.0-150600.3.15.1.noarch",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.s390x",
"openSUSE Leap 15.6:npm20-20.20.0-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T09:25:11Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
SUSE-SU-2026:0457-1
Vulnerability from csaf_suse - Published: 2026-02-11 22:21 - Updated: 2026-02-11 22:21Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
- Update to 20.20.0:
- CVE-2026-22036: Updated undici to 6.23.0 (bsc#1256848)
- CVE-2025-59465: Add TLSSocket default error handler (bsc#1256573)
- CVE-2025-55132: Disable futimes when permission model is enabled (bsc#1256571)
- CVE-2025-55130: Require full read and write to symlink APIs (bsc#1256569)
- CVE-2025-59466: Rethrow stack overflow exceptions in async_hooks (bsc#1256574)
- CVE-2025-55131: Refactor unsafe buffer creation to remove zero-fill toggle (bsc#1256570)
- CVE-2026-21637: Route callback exceptions through error handlers (bsc#1256576)
Patchnames: SUSE-2026-457,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-457,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-457,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-457,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-457
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"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 nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\n- Update to 20.20.0:\n- CVE-2026-22036: Updated undici to 6.23.0 (bsc#1256848)\n- CVE-2025-59465: Add TLSSocket default error handler (bsc#1256573)\n- CVE-2025-55132: Disable futimes when permission model is enabled (bsc#1256571)\n- CVE-2025-55130: Require full read and write to symlink APIs (bsc#1256569)\n- CVE-2025-59466: Rethrow stack overflow exceptions in async_hooks (bsc#1256574)\n- CVE-2025-55131: Refactor unsafe buffer creation to remove zero-fill toggle (bsc#1256570)\n- CVE-2026-21637: Route callback exceptions through error handlers (bsc#1256576)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-457,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-457,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-457,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-457,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-457",
"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_0457-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0457-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260457-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0457-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024134.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 nodejs20",
"tracking": {
"current_release_date": "2026-02-11T22:21:23Z",
"generator": {
"date": "2026-02-11T22:21:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0457-1",
"initial_release_date": "2026-02-11T22:21:23Z",
"revision_history": [
{
"date": "2026-02-11T22:21:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150500.11.24.1.aarch64",
"product": {
"name": "corepack20-20.20.0-150500.11.24.1.aarch64",
"product_id": "corepack20-20.20.0-150500.11.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150500.11.24.1.aarch64",
"product": {
"name": "nodejs20-20.20.0-150500.11.24.1.aarch64",
"product_id": "nodejs20-20.20.0-150500.11.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"product": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"product_id": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150500.11.24.1.aarch64",
"product": {
"name": "npm20-20.20.0-150500.11.24.1.aarch64",
"product_id": "npm20-20.20.0-150500.11.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150500.11.24.1.i586",
"product": {
"name": "corepack20-20.20.0-150500.11.24.1.i586",
"product_id": "corepack20-20.20.0-150500.11.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150500.11.24.1.i586",
"product": {
"name": "nodejs20-20.20.0-150500.11.24.1.i586",
"product_id": "nodejs20-20.20.0-150500.11.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150500.11.24.1.i586",
"product": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.i586",
"product_id": "nodejs20-devel-20.20.0-150500.11.24.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150500.11.24.1.i586",
"product": {
"name": "npm20-20.20.0-150500.11.24.1.i586",
"product_id": "npm20-20.20.0-150500.11.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"product": {
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"product_id": "nodejs20-docs-20.20.0-150500.11.24.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150500.11.24.1.ppc64le",
"product": {
"name": "corepack20-20.20.0-150500.11.24.1.ppc64le",
"product_id": "corepack20-20.20.0-150500.11.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150500.11.24.1.ppc64le",
"product": {
"name": "nodejs20-20.20.0-150500.11.24.1.ppc64le",
"product_id": "nodejs20-20.20.0-150500.11.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"product_id": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150500.11.24.1.ppc64le",
"product": {
"name": "npm20-20.20.0-150500.11.24.1.ppc64le",
"product_id": "npm20-20.20.0-150500.11.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150500.11.24.1.s390x",
"product": {
"name": "corepack20-20.20.0-150500.11.24.1.s390x",
"product_id": "corepack20-20.20.0-150500.11.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150500.11.24.1.s390x",
"product": {
"name": "nodejs20-20.20.0-150500.11.24.1.s390x",
"product_id": "nodejs20-20.20.0-150500.11.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"product": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"product_id": "nodejs20-devel-20.20.0-150500.11.24.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150500.11.24.1.s390x",
"product": {
"name": "npm20-20.20.0-150500.11.24.1.s390x",
"product_id": "npm20-20.20.0-150500.11.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.0-150500.11.24.1.x86_64",
"product": {
"name": "corepack20-20.20.0-150500.11.24.1.x86_64",
"product_id": "corepack20-20.20.0-150500.11.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"product": {
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"product_id": "nodejs20-20.20.0-150500.11.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"product": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"product_id": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.0-150500.11.24.1.x86_64",
"product": {
"name": "npm20-20.20.0-150500.11.24.1.x86_64",
"product_id": "npm20-20.20.0-150500.11.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.20.0-150500.11.24.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.0-150500.11.24.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
},
"product_reference": "npm20-20.20.0-150500.11.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.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 High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.0-150500.11.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.0-150500.11.24.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.0-150500.11.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-11T22:21:23Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
SUSE-SU-2026:20436-1
Vulnerability from csaf_suse - Published: 2026-02-15 08:45 - Updated: 2026-02-15 08:45Summary
Security update for nodejs22
Severity
Important
Notes
Title of the patch: Security update for nodejs22
Description of the patch: This update for nodejs22 fixes the following issues:
Update to 22.22.0:
- CVE-2025-55130: file system permissions bypass via crafted symlinks (bsc#1256569).
- CVE-2025-55131: timeout-based race conditions allow for allocations that contain leftover data from previous operations and lead to exposure of in-process secrets (bsc#1256570).
- CVE-2025-55132: a file's access and modification timestamps can be changed via `futimes()` even when the process has only read permissions (bsc#1256571).
- CVE-2025-59465: malformed HTTP/2 HEADERS frame with invalid HPACK data can cause a crash due to an unhandled error (bsc#1256573).
- CVE-2025-59466: uncatchable "Maximum call stack size exceeded" error when `async_hooks.createHook()` is enabled can lead to crash (bsc#1256574).
- CVE-2026-21637: synchronous exceptions thrown during certain callbacks bypass the standard TLS error handling paths and can cause a denial of service (bsc#1256576).
- CVE-2026-22036: undici: unbounded decompression chain in HTTP responses via Content-Encoding may lead to resource exhaustion (bsc#1256848).
For full changelog, please see https://nodejs.org/en/blog
Patchnames: SUSE-SLES-16.0-287
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 references
{
"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\nUpdate to 22.22.0:\n\n- CVE-2025-55130: file system permissions bypass via crafted symlinks (bsc#1256569).\n- CVE-2025-55131: timeout-based race conditions allow for allocations that contain leftover data from previous operations and lead to exposure of in-process secrets (bsc#1256570).\n- CVE-2025-55132: a file\u0027s access and modification timestamps can be changed via `futimes()` even when the process has only read permissions (bsc#1256571).\n- CVE-2025-59465: malformed HTTP/2 HEADERS frame with invalid HPACK data can cause a crash due to an unhandled error (bsc#1256573).\n- CVE-2025-59466: uncatchable \"Maximum call stack size exceeded\" error when `async_hooks.createHook()` is enabled can lead to crash (bsc#1256574).\n- CVE-2026-21637: synchronous exceptions thrown during certain callbacks bypass the standard TLS error handling paths and can cause a denial of service (bsc#1256576).\n- CVE-2026-22036: undici: unbounded decompression chain in HTTP responses via Content-Encoding may lead to resource exhaustion (bsc#1256848).\n\nFor full changelog, please see https://nodejs.org/en/blog\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-287",
"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_20436-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20436-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620436-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20436-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024339.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-02-15T08:45:21Z",
"generator": {
"date": "2026-02-15T08:45:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20436-1",
"initial_release_date": "2026-02-15T08:45:21Z",
"revision_history": [
{
"date": "2026-02-15T08:45:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "corepack22-22.22.0-160000.1.1.aarch64",
"product_id": "corepack22-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64",
"product_id": "nodejs22-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.aarch64",
"product": {
"name": "npm22-22.22.0-160000.1.1.aarch64",
"product_id": "npm22-22.22.0-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"product_id": "nodejs22-docs-22.22.0-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le",
"product_id": "corepack22-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le",
"product_id": "nodejs22-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.ppc64le",
"product": {
"name": "npm22-22.22.0-160000.1.1.ppc64le",
"product_id": "npm22-22.22.0-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.s390x",
"product": {
"name": "corepack22-22.22.0-160000.1.1.s390x",
"product_id": "corepack22-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.s390x",
"product_id": "nodejs22-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.s390x",
"product": {
"name": "npm22-22.22.0-160000.1.1.s390x",
"product_id": "npm22-22.22.0-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "corepack22-22.22.0-160000.1.1.x86_64",
"product_id": "corepack22-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64",
"product_id": "nodejs22-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"product_id": "nodejs22-devel-22.22.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.0-160000.1.1.x86_64",
"product": {
"name": "npm22-22.22.0-160000.1.1.x86_64",
"product_id": "npm22-22.22.0-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.22.0-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.0-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.22.0-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.22.0-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.22.0-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.0-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.22.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.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 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.22.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.22.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.22.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-15T08:45:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-22036"
}
]
}
WID-SEC-W-2026-0098
Vulnerability from csaf_certbund - Published: 2026-01-13 23:00 - Updated: 2026-02-16 23:00Summary
Node.js: Mehrere Schwachstellen
Severity
Kritisch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuführen, erweiterte Berechtigungen zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren und vertrauliche Informationen offenzulegen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Node.js <24.13.0
Open Source / Node.js
|
<24.13.0 | ||
|
Open Source Node.js <22.22.0
Open Source / Node.js
|
<22.22.0 | ||
|
Open Source Node.js <20.20.0
Open Source / Node.js
|
<20.20.0 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Node.js <25.3.0
Open Source / Node.js
|
<25.3.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
References
24 references
{
"document": {
"aggregate_severity": {
"text": "kritisch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuf\u00fchren, erweiterte Berechtigungen zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren und vertrauliche Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0098 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0098.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0098 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0098"
},
{
"category": "external",
"summary": "NodeJS Security Release vom 2026-01-13",
"url": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0295-1 vom 2026-01-26",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QNEEHSNPEIHXCGDJ2EAF4CD5OEXEYCQU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0301-1 vom 2026-01-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023926.html"
},
{
"category": "external",
"summary": "Exploit CVE-2025-55130 vom 2026-02-01",
"url": "https://github.com/scumfrog/CVE-2025-55130"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1843 vom 2026-02-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-1843.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1842 vom 2026-02-05",
"url": "https://linux.oracle.com/errata/ELSA-2026-1842.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1843 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:1843"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1842 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:1842"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1842 vom 2026-02-06",
"url": "https://errata.build.resf.org/RLSA-2026:1842"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1843 vom 2026-02-06",
"url": "https://errata.build.resf.org/RLSA-2026:1843"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2422 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2422"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2420 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2420"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2420 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2420"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2421 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2421"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:2422 vom 2026-02-11",
"url": "https://errata.build.resf.org/RLSA-2026:2422"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2420 vom 2026-02-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-2420.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2421 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2421"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0435-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024113.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2422 vom 2026-02-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-2422.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0457-1 vom 2026-02-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024134.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-2421 vom 2026-02-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-2421.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2768 vom 2026-02-17",
"url": "https://access.redhat.com/errata/RHSA-2026:2768"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-16T23:00:00.000+00:00",
"generator": {
"date": "2026-02-17T09:05:32.093+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0098",
"initial_release_date": "2026-01-13T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-20T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-3331, EUVD-2026-3327, EUVD-2026-3325, EUVD-2026-3323, EUVD-2026-3340, EUVD-2026-3339, EUVD-2026-3338"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-3334"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "6",
"summary": "Exploit f\u00fcr CVE-2025-55130 aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat, Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c20.20.0",
"product": {
"name": "Open Source Node.js \u003c20.20.0",
"product_id": "T049912"
}
},
{
"category": "product_version",
"name": "20.20.0",
"product": {
"name": "Open Source Node.js 20.20.0",
"product_id": "T049912-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:20.20.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c22.22.0",
"product": {
"name": "Open Source Node.js \u003c22.22.0",
"product_id": "T049913"
}
},
{
"category": "product_version",
"name": "22.22.0",
"product": {
"name": "Open Source Node.js 22.22.0",
"product_id": "T049913-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:22.22.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c24.13.0",
"product": {
"name": "Open Source Node.js \u003c24.13.0",
"product_id": "T049914"
}
},
{
"category": "product_version",
"name": "24.13.0",
"product": {
"name": "Open Source Node.js 24.13.0",
"product_id": "T049914-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:24.13.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c25.3.0",
"product": {
"name": "Open Source Node.js \u003c25.3.0",
"product_id": "T049915"
}
},
{
"category": "product_version",
"name": "25.3.0",
"product": {
"name": "Open Source Node.js 25.3.0",
"product_id": "T049915-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:25.3.0"
}
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55130",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55130"
},
{
"cve": "CVE-2025-55131",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55131"
},
{
"cve": "CVE-2025-55132",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-55132"
},
{
"cve": "CVE-2025-59464",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59464"
},
{
"cve": "CVE-2025-59465",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59465"
},
{
"cve": "CVE-2025-59466",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2025-59466"
},
{
"cve": "CVE-2026-21636",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-21636"
},
{
"cve": "CVE-2026-21637",
"product_status": {
"known_affected": [
"T049914",
"T049913",
"T049912",
"T002207",
"67646",
"T049915",
"T004914",
"T032255"
]
},
"release_date": "2026-01-13T23:00:00.000+00:00",
"title": "CVE-2026-21637"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
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…