Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-21637 (GCVE-0-2026-21637)
Vulnerability from cvelistv5 – Published: 2026-01-20 20:41 – Updated: 2026-01-21 20:22
VLAI
EPSS
VEX
Summary
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.
Severity
5.9 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-400 - Uncontrolled Resource Consumption
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-2026-21637",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-21T20:22:28.525038Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-21T20:22:51.033Z",
"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 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."
}
],
"metrics": [
{
"cvssV3_0": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-20T20:41:55.352Z",
"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-2026-21637",
"datePublished": "2026-01-20T20:41:55.352Z",
"dateReserved": "2026-01-01T15:00:02.339Z",
"dateUpdated": "2026-01-21T20:22:51.033Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-21637",
"date": "2026-08-10",
"epss": "0.01056",
"percentile": "0.61244"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-21637\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2026-01-20T21:16:05.950\",\"lastModified\":\"2026-06-17T10:18:51.183\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Una falla en el manejo de errores TLS de Node.js permite a atacantes remotos colapsar o agotar los recursos de un servidor TLS cuando se utilizan \u0027pskCallback\u0027 o \u0027ALPNCallback\u0027. Las excepciones s\u00edncronas lanzadas durante estas devoluciones de llamada eluden las rutas est\u00e1ndar de manejo de errores TLS (tlsClientError y error), causando una terminaci\u00f3n inmediata del proceso o fugas silenciosas de descriptores de archivo que eventualmente conducen a una denegaci\u00f3n de servicio. Debido a que estas devoluciones de llamada procesan entradas controladas por el atacante durante el handshake TLS, un cliente remoto puede desencadenar el problema repetidamente. Esta vulnerabilidad afecta a los servidores TLS que utilizan devoluciones de llamada PSK o ALPN en todas las versiones de Node.js donde estas devoluciones de llamada lanzan excepciones sin ser envueltas de forma segura.\"}],\"affected\":[{\"source\":\"support@hackerone.com\",\"affectedData\":[{\"vendor\":\"nodejs\",\"product\":\"node\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"20.19.6\",\"lessThanOrEqual\":\"20.19.6\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"22.21.1\",\"lessThanOrEqual\":\"22.21.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"24.12.0\",\"lessThanOrEqual\":\"24.12.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"25.2.1\",\"lessThanOrEqual\":\"25.2.1\",\"versionType\":\"semver\",\"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\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-21T20:22:28.525038Z\",\"id\":\"CVE-2026-21637\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"20.20.0\",\"matchCriteriaId\":\"E84DD4EF-E69C-4141-80A3-06E83EE94A78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"22.0.0\",\"versionEndExcluding\":\"22.22.0\",\"matchCriteriaId\":\"132A7510-B3E9-4F85-9B61-A834B12DD7D7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"24.0.0\",\"versionEndExcluding\":\"24.13.0\",\"matchCriteriaId\":\"A83233BD-D901-4A1A-A3AF-0DC3E76CD2C0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*\",\"versionStartIncluding\":\"25.0.0\",\"versionEndExcluding\":\"25.3.0\",\"matchCriteriaId\":\"970EF154-D905-4FDA-85CB-C3AB08BEFAEC\"}]}]}],\"references\":[{\"url\":\"https://nodejs.org/en/blog/vulnerability/december-2025-security-releases\",\"source\":\"support@hackerone.com\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-08T14:58:17+00:00",
"cve": "CVE-2026-21637",
"id": "CVE-2026-21637",
"initial_release_date": "2026-01-20T20:41:55.352000+00:00",
"product_status:fixed": "567",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "nodejs: Nodejs denial of service",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-21637.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-15T05:35:21Z",
"cve": "CVE-2026-21637",
"id": "CVE-2026-21637",
"initial_release_date": "2026-01-14T00:24:51Z",
"product_status:known_affected": "163",
"product_status:recommended": "152",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-21637",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-21637.json",
"version": "31"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-21637\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-21T20:22:28.525038Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-21T20:22:42.356Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"version\": \"3.0\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\"}}], \"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 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.\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2026-01-20T20:41:55.352Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-21637\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-21T20:22:51.033Z\", \"dateReserved\": \"2026-01-01T15:00:02.339Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2026-01-20T20:41:55.352Z\", \"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:1299-1
Vulnerability from csaf_suse - Published: 2026-04-13 15:54 - Updated: 2026-04-13 15:54Summary
Security update for nodejs24
Severity
Important
Notes
Title of the patch: Security update for nodejs24
Description of the patch: This update for nodejs24 fixes the following issues:
- Update to 24.14.1
- 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-21710: uncaught TypeError exception can cause a denial of service (bsc#1260455).
- CVE-2026-21712: malformed URL format can lead to a crash (bsc#1260460).
- CVE-2026-21713: timing side-channel in HMAC verification via memcmp can lead to potential MAC forgery (bsc#1260463).
- CVE-2026-21714: WINDOW_UPDATE frames on stream 0 can lead to memory leak (bsc#1260480).
- CVE-2026-21715: permission model bypass in realpathSync.native can allow file existence disclosure (bsc#1260482).
- CVE-2026-21716: promise-based FileHandle methods can be used to modify file permissions and ownership (bsc#1260462).
- CVE-2026-21717: crafted request can lead to trivially predictable hash collisions (bsc#1260494).
Patchnames: SUSE-2026-1299,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1299
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
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:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.6 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
40 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 nodejs24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs24 fixes the following issues:\n\n- Update to 24.14.1\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-21710: uncaught TypeError exception can cause a denial of service (bsc#1260455).\n- CVE-2026-21712: malformed URL format can lead to a crash (bsc#1260460).\n- CVE-2026-21713: timing side-channel in HMAC verification via memcmp can lead to potential MAC forgery (bsc#1260463).\n- CVE-2026-21714: WINDOW_UPDATE frames on stream 0 can lead to memory leak (bsc#1260480).\n- CVE-2026-21715: permission model bypass in realpathSync.native can allow file existence disclosure (bsc#1260482).\n- CVE-2026-21716: promise-based FileHandle methods can be used to modify file permissions and ownership (bsc#1260462).\n- CVE-2026-21717: crafted request can lead to trivially predictable hash collisions (bsc#1260494).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1299,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1299",
"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_1299-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1299-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261299-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1299-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045503.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256572",
"url": "https://bugzilla.suse.com/1256572"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260460",
"url": "https://bugzilla.suse.com/1260460"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59464 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59464/"
},
{
"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-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21712 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21712/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs24",
"tracking": {
"current_release_date": "2026-04-13T15:54:45Z",
"generator": {
"date": "2026-04-13T15:54:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1299-1",
"initial_release_date": "2026-04-13T15:54:45Z",
"revision_history": [
{
"date": "2026-04-13T15:54:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-150700.15.8.1.aarch64",
"product": {
"name": "corepack24-24.14.1-150700.15.8.1.aarch64",
"product_id": "corepack24-24.14.1-150700.15.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-150700.15.8.1.aarch64",
"product": {
"name": "nodejs24-24.14.1-150700.15.8.1.aarch64",
"product_id": "nodejs24-24.14.1-150700.15.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"product": {
"name": "nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"product_id": "nodejs24-devel-24.14.1-150700.15.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-150700.15.8.1.aarch64",
"product": {
"name": "npm24-24.14.1-150700.15.8.1.aarch64",
"product_id": "npm24-24.14.1-150700.15.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-150700.15.8.1.i586",
"product": {
"name": "corepack24-24.14.1-150700.15.8.1.i586",
"product_id": "corepack24-24.14.1-150700.15.8.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-150700.15.8.1.i586",
"product": {
"name": "nodejs24-24.14.1-150700.15.8.1.i586",
"product_id": "nodejs24-24.14.1-150700.15.8.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-150700.15.8.1.i586",
"product": {
"name": "nodejs24-devel-24.14.1-150700.15.8.1.i586",
"product_id": "nodejs24-devel-24.14.1-150700.15.8.1.i586"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-150700.15.8.1.i586",
"product": {
"name": "npm24-24.14.1-150700.15.8.1.i586",
"product_id": "npm24-24.14.1-150700.15.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"product": {
"name": "nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"product_id": "nodejs24-docs-24.14.1-150700.15.8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-150700.15.8.1.ppc64le",
"product": {
"name": "corepack24-24.14.1-150700.15.8.1.ppc64le",
"product_id": "corepack24-24.14.1-150700.15.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-150700.15.8.1.ppc64le",
"product": {
"name": "nodejs24-24.14.1-150700.15.8.1.ppc64le",
"product_id": "nodejs24-24.14.1-150700.15.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"product": {
"name": "nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"product_id": "nodejs24-devel-24.14.1-150700.15.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-150700.15.8.1.ppc64le",
"product": {
"name": "npm24-24.14.1-150700.15.8.1.ppc64le",
"product_id": "npm24-24.14.1-150700.15.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-150700.15.8.1.s390x",
"product": {
"name": "corepack24-24.14.1-150700.15.8.1.s390x",
"product_id": "corepack24-24.14.1-150700.15.8.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-150700.15.8.1.s390x",
"product": {
"name": "nodejs24-24.14.1-150700.15.8.1.s390x",
"product_id": "nodejs24-24.14.1-150700.15.8.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"product": {
"name": "nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"product_id": "nodejs24-devel-24.14.1-150700.15.8.1.s390x"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-150700.15.8.1.s390x",
"product": {
"name": "npm24-24.14.1-150700.15.8.1.s390x",
"product_id": "npm24-24.14.1-150700.15.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack24-24.14.1-150700.15.8.1.x86_64",
"product": {
"name": "corepack24-24.14.1-150700.15.8.1.x86_64",
"product_id": "corepack24-24.14.1-150700.15.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-24.14.1-150700.15.8.1.x86_64",
"product": {
"name": "nodejs24-24.14.1-150700.15.8.1.x86_64",
"product_id": "nodejs24-24.14.1-150700.15.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"product": {
"name": "nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"product_id": "nodejs24-devel-24.14.1-150700.15.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm24-24.14.1-150700.15.8.1.x86_64",
"product": {
"name": "npm24-24.14.1-150700.15.8.1.x86_64",
"product_id": "npm24-24.14.1-150700.15.8.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": "nodejs24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64"
},
"product_reference": "nodejs24-24.14.1-150700.15.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.ppc64le"
},
"product_reference": "nodejs24-24.14.1-150700.15.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.s390x"
},
"product_reference": "nodejs24-24.14.1-150700.15.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.x86_64"
},
"product_reference": "nodejs24-24.14.1-150700.15.8.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": "nodejs24-devel-24.14.1-150700.15.8.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:nodejs24-devel-24.14.1-150700.15.8.1.aarch64"
},
"product_reference": "nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-150700.15.8.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:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le"
},
"product_reference": "nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-150700.15.8.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:nodejs24-devel-24.14.1-150700.15.8.1.s390x"
},
"product_reference": "nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs24-devel-24.14.1-150700.15.8.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:nodejs24-devel-24.14.1-150700.15.8.1.x86_64"
},
"product_reference": "nodejs24-devel-24.14.1-150700.15.8.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": "nodejs24-docs-24.14.1-150700.15.8.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:nodejs24-docs-24.14.1-150700.15.8.1.noarch"
},
"product_reference": "nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-150700.15.8.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:npm24-24.14.1-150700.15.8.1.aarch64"
},
"product_reference": "npm24-24.14.1-150700.15.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-150700.15.8.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:npm24-24.14.1-150700.15.8.1.ppc64le"
},
"product_reference": "npm24-24.14.1-150700.15.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-150700.15.8.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:npm24-24.14.1-150700.15.8.1.s390x"
},
"product_reference": "npm24-24.14.1-150700.15.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm24-24.14.1-150700.15.8.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:npm24-24.14.1-150700.15.8.1.x86_64"
},
"product_reference": "npm24-24.14.1-150700.15.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-59464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59464"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak in Node.js\u0027s OpenSSL integration occurs when converting `X.509` certificate fields to UTF-8 without freeing the allocated buffer. When applications call `socket.getPeerCertificate(true)`, each certificate field leaks memory, allowing remote clients to trigger steady memory growth through repeated TLS connections. Over time this can lead to resource exhaustion and denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59464",
"url": "https://www.suse.com/security/cve/CVE-2025-59464"
},
{
"category": "external",
"summary": "SUSE Bug 1256572 for CVE-2025-59464",
"url": "https://bugzilla.suse.com/1256572"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-59464"
},
{
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21712",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21712"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js URL processing causes an assertion failure in native code when `url.format()` is called with a malformed internationalized domain name (IDN) containing invalid characters, crashing the Node.js process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21712",
"url": "https://www.suse.com/security/cve/CVE-2026-21712"
},
{
"category": "external",
"summary": "SUSE Bug 1260460 for CVE-2026-21712",
"url": "https://bugzilla.suse.com/1260460"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21712"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-devel-24.14.1-150700.15.8.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs24-docs-24.14.1-150700.15.8.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm24-24.14.1-150700.15.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:54:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1363-1
Vulnerability from csaf_suse - Published: 2026-04-15 14:16 - Updated: 2026-04-15 14:16Summary
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 version 20.20.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1363,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1363,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1363
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.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\nUpdate to version 20.20.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1363,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1363,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1363",
"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_1363-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1363-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261363-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1363-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045554.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"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-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2026-04-15T14:16:20Z",
"generator": {
"date": "2026-04-15T14:16:20Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1363-1",
"initial_release_date": "2026-04-15T14:16:20Z",
"revision_history": [
{
"date": "2026-04-15T14:16:20Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150600.3.18.1.aarch64",
"product": {
"name": "corepack20-20.20.2-150600.3.18.1.aarch64",
"product_id": "corepack20-20.20.2-150600.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150600.3.18.1.aarch64",
"product": {
"name": "nodejs20-20.20.2-150600.3.18.1.aarch64",
"product_id": "nodejs20-20.20.2-150600.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"product": {
"name": "nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"product_id": "nodejs20-devel-20.20.2-150600.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150600.3.18.1.aarch64",
"product": {
"name": "npm20-20.20.2-150600.3.18.1.aarch64",
"product_id": "npm20-20.20.2-150600.3.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150600.3.18.1.i586",
"product": {
"name": "corepack20-20.20.2-150600.3.18.1.i586",
"product_id": "corepack20-20.20.2-150600.3.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150600.3.18.1.i586",
"product": {
"name": "nodejs20-20.20.2-150600.3.18.1.i586",
"product_id": "nodejs20-20.20.2-150600.3.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150600.3.18.1.i586",
"product": {
"name": "nodejs20-devel-20.20.2-150600.3.18.1.i586",
"product_id": "nodejs20-devel-20.20.2-150600.3.18.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150600.3.18.1.i586",
"product": {
"name": "npm20-20.20.2-150600.3.18.1.i586",
"product_id": "npm20-20.20.2-150600.3.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"product": {
"name": "nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"product_id": "nodejs20-docs-20.20.2-150600.3.18.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150600.3.18.1.ppc64le",
"product": {
"name": "corepack20-20.20.2-150600.3.18.1.ppc64le",
"product_id": "corepack20-20.20.2-150600.3.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150600.3.18.1.ppc64le",
"product": {
"name": "nodejs20-20.20.2-150600.3.18.1.ppc64le",
"product_id": "nodejs20-20.20.2-150600.3.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"product_id": "nodejs20-devel-20.20.2-150600.3.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150600.3.18.1.ppc64le",
"product": {
"name": "npm20-20.20.2-150600.3.18.1.ppc64le",
"product_id": "npm20-20.20.2-150600.3.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150600.3.18.1.s390x",
"product": {
"name": "corepack20-20.20.2-150600.3.18.1.s390x",
"product_id": "corepack20-20.20.2-150600.3.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150600.3.18.1.s390x",
"product": {
"name": "nodejs20-20.20.2-150600.3.18.1.s390x",
"product_id": "nodejs20-20.20.2-150600.3.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"product": {
"name": "nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"product_id": "nodejs20-devel-20.20.2-150600.3.18.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150600.3.18.1.s390x",
"product": {
"name": "npm20-20.20.2-150600.3.18.1.s390x",
"product_id": "npm20-20.20.2-150600.3.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150600.3.18.1.x86_64",
"product": {
"name": "corepack20-20.20.2-150600.3.18.1.x86_64",
"product_id": "corepack20-20.20.2-150600.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150600.3.18.1.x86_64",
"product": {
"name": "nodejs20-20.20.2-150600.3.18.1.x86_64",
"product_id": "nodejs20-20.20.2-150600.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"product": {
"name": "nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"product_id": "nodejs20-devel-20.20.2-150600.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150600.3.18.1.x86_64",
"product": {
"name": "npm20-20.20.2-150600.3.18.1.x86_64",
"product_id": "npm20-20.20.2-150600.3.18.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150600.3.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64"
},
"product_reference": "npm20-20.20.2-150600.3.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150600.3.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150600.3.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x"
},
"product_reference": "npm20-20.20.2-150600.3.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "npm20-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150600.3.18.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.2-150600.3.18.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.2-150600.3.18.1.x86_64"
},
"product_reference": "npm20-20.20.2-150600.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-devel-20.20.2-150600.3.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs20-docs-20.20.2-150600.3.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm20-20.20.2-150600.3.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:16:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1371-1
Vulnerability from csaf_suse - Published: 2026-04-15 14:46 - Updated: 2026-04-15 14:46Summary
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 version 20.20.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1371,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1371,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1371
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.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.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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\nUpdate to version 20.20.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1371,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1371,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1371,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1371",
"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_1371-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1371-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261371-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1371-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045546.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"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-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2026-04-15T14:46:54Z",
"generator": {
"date": "2026-04-15T14:46:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1371-1",
"initial_release_date": "2026-04-15T14:46:54Z",
"revision_history": [
{
"date": "2026-04-15T14:46:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.aarch64",
"product_id": "corepack20-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"product_id": "nodejs20-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.aarch64",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64",
"product_id": "npm20-20.20.2-150500.11.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.i586",
"product_id": "corepack20-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.i586",
"product_id": "nodejs20-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.i586",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.i586",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.i586",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.i586",
"product_id": "npm20-20.20.2-150500.11.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"product": {
"name": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"product_id": "nodejs20-docs-20.20.2-150500.11.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "corepack20-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "nodejs20-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.ppc64le",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.ppc64le",
"product_id": "npm20-20.20.2-150500.11.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.s390x",
"product_id": "corepack20-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.s390x",
"product_id": "nodejs20-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.s390x",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.s390x",
"product_id": "npm20-20.20.2-150500.11.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "corepack20-20.20.2-150500.11.27.1.x86_64",
"product_id": "corepack20-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "nodejs20-20.20.2-150500.11.27.1.x86_64",
"product_id": "nodejs20-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"product_id": "nodejs20-devel-20.20.2-150500.11.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.20.2-150500.11.27.1.x86_64",
"product": {
"name": "npm20-20.20.2-150500.11.27.1.x86_64",
"product_id": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.aarch64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.s390x"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "nodejs20-devel-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.noarch"
},
"product_reference": "nodejs20-docs-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.ppc64le"
},
"product_reference": "npm20-20.20.2-150500.11.27.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.2-150500.11.27.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.2-150500.11.27.1.x86_64"
},
"product_reference": "npm20-20.20.2-150500.11.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:npm20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-devel-20.20.2-150500.11.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:nodejs20-docs-20.20.2-150500.11.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:npm20-20.20.2-150500.11.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T14:46:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1478-1
Vulnerability from csaf_suse - Published: 2026-04-20 10:09 - Updated: 2026-04-20 10:09Summary
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 version 22.22.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1478,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1478
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.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.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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 version 22.22.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1478,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-1478",
"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_1478-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1478-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261478-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1478-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045701.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"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-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-04-20T10:09:08Z",
"generator": {
"date": "2026-04-20T10:09:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1478-1",
"initial_release_date": "2026-04-20T10:09:08Z",
"revision_history": [
{
"date": "2026-04-20T10:09:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.aarch64",
"product_id": "corepack22-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.aarch64",
"product_id": "nodejs22-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.aarch64",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.aarch64",
"product_id": "npm22-22.22.2-150700.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.i586",
"product_id": "corepack22-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.i586",
"product_id": "nodejs22-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.i586",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.i586",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.i586",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.i586",
"product_id": "npm22-22.22.2-150700.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"product_id": "nodejs22-docs-22.22.2-150700.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "corepack22-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "nodejs22-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.ppc64le",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.ppc64le",
"product_id": "npm22-22.22.2-150700.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.s390x",
"product_id": "corepack22-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.s390x",
"product_id": "nodejs22-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.s390x",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.s390x",
"product_id": "npm22-22.22.2-150700.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "corepack22-22.22.2-150700.3.9.1.x86_64",
"product_id": "corepack22-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "nodejs22-22.22.2-150700.3.9.1.x86_64",
"product_id": "nodejs22-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"product_id": "nodejs22-devel-22.22.2-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150700.3.9.1.x86_64",
"product": {
"name": "npm22-22.22.2-150700.3.9.1.x86_64",
"product_id": "npm22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.aarch64"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.s390x"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.aarch64"
},
"product_reference": "npm22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.s390x"
},
"product_reference": "npm22-22.22.2-150700.3.9.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.2-150700.3.9.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.2-150700.3.9.1.x86_64"
},
"product_reference": "npm22-22.22.2-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"vulnerabilities": [
{
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-devel-22.22.2-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:nodejs22-docs-22.22.2-150700.3.9.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:npm22-22.22.2-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:09:08Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
SUSE-SU-2026:1509-1
Vulnerability from csaf_suse - Published: 2026-04-21 06:27 - Updated: 2026-04-21 06:27Summary
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 version 22.22.2.
- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8's string hashing mechanism allows for
performance degradation via a crafted request (bsc#1260494).
- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file
permissions and ownership on already-open file descriptors (bsc#1260462).
- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and
filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).
- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent
on stream 0 (bsc#1260480).
- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and
potential MAC forgery (bsc#1260463).
- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a
header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).
- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or
`ALPNCallback` are in use (bsc#1256576).
Patchnames: SUSE-2026-1509,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1509,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1509
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.6 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
4.4 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.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 nodejs22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs22 fixes the following issues:\n\nUpdate to version 22.22.2.\n\n- CVE-2026-21717: trivially predictable hash collisions due to flaw in V8\u0027s string hashing mechanism allows for\n performance degradation via a crafted request (bsc#1260494).\n- CVE-2026-21716: incomplete fix for CVE-2024-36137 allows promise-based FileHandle methods to be used to modify file\n permissions and ownership on already-open file descriptors (bsc#1260462).\n- CVE-2026-21715: flaw in the Permission Model filesystem enforcement allows for file existence disclosure and\n filesystem path enumeration via `fs.realpathSync.native()` (bsc#1260482).\n- CVE-2026-21714: memory leak in Node.js HTTP/2 server allows for resource exhaustion via `WINDOW_UPDATE` frames sent\n on stream 0 (bsc#1260480).\n- CVE-2026-21713: timing side-channel due to flaw in Node.js HMAC verification allows for discovery of HMAC values and\n potential MAC forgery (bsc#1260463).\n- CVE-2026-21710: uncaught `TypeError` when handling HTTP requests allows for a process crash via requests with a\n header named `__proto__` when the application accesses `req.headersDistinct` (bsc#1260455).\n- CVE-2026-21637: flaw in TLS error handling allows for resource exhaustion and crash when `pskCallback` or\n `ALPNCallback` are in use (bsc#1256576).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1509,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1509,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1509",
"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_1509-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1509-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261509-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1509-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025509.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1260455",
"url": "https://bugzilla.suse.com/1260455"
},
{
"category": "self",
"summary": "SUSE Bug 1260462",
"url": "https://bugzilla.suse.com/1260462"
},
{
"category": "self",
"summary": "SUSE Bug 1260463",
"url": "https://bugzilla.suse.com/1260463"
},
{
"category": "self",
"summary": "SUSE Bug 1260480",
"url": "https://bugzilla.suse.com/1260480"
},
{
"category": "self",
"summary": "SUSE Bug 1260482",
"url": "https://bugzilla.suse.com/1260482"
},
{
"category": "self",
"summary": "SUSE Bug 1260494",
"url": "https://bugzilla.suse.com/1260494"
},
{
"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-21710 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21710/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21713 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21714 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21715 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21716 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21717 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21717/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-04-21T06:27:53Z",
"generator": {
"date": "2026-04-21T06:27:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1509-1",
"initial_release_date": "2026-04-21T06:27:53Z",
"revision_history": [
{
"date": "2026-04-21T06:27:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.aarch64",
"product_id": "corepack22-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"product_id": "nodejs22-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.aarch64",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.aarch64",
"product_id": "npm22-22.22.2-150600.13.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.i586",
"product_id": "corepack22-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.i586",
"product_id": "nodejs22-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.i586",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.i586",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.i586",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.i586",
"product_id": "npm22-22.22.2-150600.13.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"product": {
"name": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"product_id": "nodejs22-docs-22.22.2-150600.13.15.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "corepack22-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "nodejs22-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.ppc64le",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.ppc64le",
"product_id": "npm22-22.22.2-150600.13.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.s390x",
"product_id": "corepack22-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.s390x",
"product_id": "nodejs22-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.s390x",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.s390x",
"product_id": "npm22-22.22.2-150600.13.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "corepack22-22.22.2-150600.13.15.1.x86_64",
"product_id": "corepack22-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "nodejs22-22.22.2-150600.13.15.1.x86_64",
"product_id": "nodejs22-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"product_id": "nodejs22-devel-22.22.2-150600.13.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.22.2-150600.13.15.1.x86_64",
"product": {
"name": "npm22-22.22.2-150600.13.15.1.x86_64",
"product_id": "npm22-22.22.2-150600.13.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.22.2-150600.13.15.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.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.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.2-150600.13.15.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.2-150600.13.15.1.aarch64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.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.2-150600.13.15.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.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.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.2-150600.13.15.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.2-150600.13.15.1.s390x"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.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.2-150600.13.15.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.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.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.2-150600.13.15.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.2-150600.13.15.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.22.2-150600.13.15.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.2-150600.13.15.1.x86_64"
},
"product_reference": "npm22-22.22.2-150600.13.15.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.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-22.22.2-150600.13.15.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.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-22.22.2-150600.13.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": "nodejs22-devel-22.22.2-150600.13.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:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.15.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.2-150600.13.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:nodejs22-devel-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "nodejs22-devel-22.22.2-150600.13.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": "nodejs22-docs-22.22.2-150600.13.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:nodejs22-docs-22.22.2-150600.13.15.1.noarch"
},
"product_reference": "nodejs22-docs-22.22.2-150600.13.15.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.2-150600.13.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:npm22-22.22.2-150600.13.15.1.ppc64le"
},
"product_reference": "npm22-22.22.2-150600.13.15.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.2-150600.13.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:npm22-22.22.2-150600.13.15.1.x86_64"
},
"product_reference": "npm22-22.22.2-150600.13.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21637"
},
{
"cve": "CVE-2026-21710",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21710"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP request handling causes an uncaught `TypeError` when a request is received with a header named `__proto__` and the application accesses `req.headersDistinct`.\r\n\r\nWhen this occurs, `dest[\"__proto__\"]` resolves to `Object.prototype` rather than `undefined`, causing `.push()` to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by `error` event listeners, meaning it cannot be handled without wrapping every `req.headersDistinct` access in a `try/catch`.\r\n\r\n* This vulnerability affects all Node.js HTTP servers on **20.x, 22.x, 24.x, and v25.x**",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21710",
"url": "https://www.suse.com/security/cve/CVE-2026-21710"
},
{
"category": "external",
"summary": "SUSE Bug 1260455 for CVE-2026-21710",
"url": "https://bugzilla.suse.com/1260455"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "important"
}
],
"title": "CVE-2026-21710"
},
{
"cve": "CVE-2026-21713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21713"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HMAC verification uses a non-constant-time comparison when validating user-provided signatures, potentially leaking timing information proportional to the number of matching bytes. Under certain threat models where high-resolution timing measurements are possible, this behavior could be exploited as a timing oracle to infer HMAC values.\r\n\r\nNode.js already provides timing-safe comparison primitives used elsewhere in the codebase, indicating this is an oversight rather than an intentional design decision.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21713",
"url": "https://www.suse.com/security/cve/CVE-2026-21713"
},
{
"category": "external",
"summary": "SUSE Bug 1260463 for CVE-2026-21713",
"url": "https://bugzilla.suse.com/1260463"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21713"
},
{
"cve": "CVE-2026-21714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21714"
}
],
"notes": [
{
"category": "general",
"text": "A memory leak occurs in Node.js HTTP/2 servers when a client sends WINDOW_UPDATE frames on stream 0 (connection-level) that cause the flow control window to exceed the maximum value of 2-1. The server correctly sends a GOAWAY frame, but the Http2Session object is never cleaned up.\r\n\r\nThis vulnerability affects HTTP2 users on Node.js 20, 22, 24 and 25.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21714",
"url": "https://www.suse.com/security/cve/CVE-2026-21714"
},
{
"category": "external",
"summary": "SUSE Bug 1260480 for CVE-2026-21714",
"url": "https://bugzilla.suse.com/1260480"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.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:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21714"
},
{
"cve": "CVE-2026-21715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21715"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model filesystem enforcement leaves `fs.realpathSync.native()` without the required read permission checks, while all comparable filesystem functions correctly enforce them.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-read` can still use `fs.realpathSync.native()` to check file existence, resolve symlink targets, and enumerate filesystem paths outside of permitted directories.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-read` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21715",
"url": "https://www.suse.com/security/cve/CVE-2026-21715"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21715",
"url": "https://bugzilla.suse.com/1260482"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "low"
}
],
"title": "CVE-2026-21715"
},
{
"cve": "CVE-2026-21716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21716"
}
],
"notes": [
{
"category": "general",
"text": "An incomplete fix for CVE-2024-36137 leaves `FileHandle.chmod()` and `FileHandle.chown()` in the promises API without the required permission checks, while their callback-based equivalents (`fs.fchmod()`, `fs.fchown()`) were correctly patched.\r\n\r\nAs a result, code running under `--permission` with restricted `--allow-fs-write` can still use promise-based `FileHandle` methods to modify file permissions and ownership on already-open file descriptors, bypassing the intended write restrictions.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x** processes using the Permission Model where `--allow-fs-write` is intentionally restricted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21716",
"url": "https://www.suse.com/security/cve/CVE-2026-21716"
},
{
"category": "external",
"summary": "SUSE Bug 1260462 for CVE-2026-21716",
"url": "https://bugzilla.suse.com/1260462"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21716"
},
{
"cve": "CVE-2026-21717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21717"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in V8\u0027s string hashing mechanism causes integer-like strings to be hashed to their numeric value, making hash collisions trivially predictable. By crafting a request that causes many such collisions in V8\u0027s internal string table, an attacker can significantly degrade performance of the Node.js process.\r\n\r\nThe most common trigger is any endpoint that calls `JSON.parse()` on attacker-controlled input, as JSON parsing automatically internalizes short strings into the affected hash table.\r\n\r\nThis vulnerability affects **20.x, 22.x, 24.x, and 25.x**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21717",
"url": "https://www.suse.com/security/cve/CVE-2026-21717"
},
{
"category": "external",
"summary": "SUSE Bug 1260494 for CVE-2026-21717",
"url": "https://bugzilla.suse.com/1260494"
}
],
"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.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.22.2-150600.13.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.22.2-150600.13.15.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.22.2-150600.13.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-21T06:27:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
}
]
}
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"
}
]
}
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
Loading…
Loading…