Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-6733 (GCVE-0-2026-6733)
Vulnerability from cvelistv5 – Published: 2026-06-17 17:14 – Updated: 2026-06-17 18:30- CWE-367 - Time-of-check Time-of-use (TOCTOU) Race Condition
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-6733",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-17T18:30:07.748616Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-17T18:30:26.429Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/undici",
"product": "undici",
"vendor": "undici",
"versions": [
{
"lessThan": "6.26.0",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "6.26.0",
"versionType": "semver"
},
{
"lessThan": "7.28.0",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "7.28.0",
"versionType": "semver"
},
{
"lessThan": "8.5.0",
"status": "affected",
"version": "8.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "8.5.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "remediation developer",
"value": "mcollina"
},
{
"lang": "en",
"type": "remediation verifier",
"value": "UlisesGascon"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Impact:\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\n\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool."
}
],
"value": "Impact:\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\n\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-367",
"description": "CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-17T17:14:50.991Z",
"orgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"shortName": "openjs"
},
"references": [
{
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52"
},
{
"url": "https://hackerone.com/reports/3582376"
},
{
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"title": "undici vulnerable to HTTP response queue poisoning via keep-alive socket reuse",
"x_generator": {
"engine": "cve-kit 1.0.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"assignerShortName": "openjs",
"cveId": "CVE-2026-6733",
"datePublished": "2026-06-17T17:14:50.991Z",
"dateReserved": "2026-04-20T22:44:32.835Z",
"dateUpdated": "2026-06-17T18:30:26.429Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-6733",
"date": "2026-07-11",
"epss": "0.00228",
"percentile": "0.13555"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-6733\",\"sourceIdentifier\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"published\":\"2026-06-17T18:18:05.473\",\"lastModified\":\"2026-06-27T23:46:06.553\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Impact:\\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\\n\\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\\n\\nPatches:\\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.\"}],\"affected\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"affectedData\":[{\"vendor\":\"undici\",\"product\":\"undici\",\"defaultStatus\":\"unaffected\",\"packageURL\":\"pkg:npm/undici\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"6.26.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.26.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.0\",\"lessThan\":\"7.28.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"7.28.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"8.0.0\",\"lessThan\":\"8.5.0\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"8.5.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":3.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-17T18:30:07.748616Z\",\"id\":\"CVE-2026-6733\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-367\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"6.27.0\",\"matchCriteriaId\":\"632BE4D6-A743-4F05-9B3F-FE6A7B3E58D2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.28.0\",\"matchCriteriaId\":\"0C34D757-BB16-4E28-95D8-7D3FAC851B69\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.5.0\",\"matchCriteriaId\":\"37F3655C-C7AE-4B13-A5EB-6FE0A9566124\"}]}]}],\"references\":[{\"url\":\"https://cna.openjsf.org/security-advisories.html\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/3582376\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Issue Tracking\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-07-06T19:38:23+00:00",
"cve": "CVE-2026-6733",
"id": "CVE-2026-6733",
"initial_release_date": "2026-06-17T17:14:50.991000+00:00",
"product_status:fixed": "152",
"product_status:known_affected": "48",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery.",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-6733.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"shortName\": \"openjs\", \"dateUpdated\": \"2026-06-17T17:14:50.991Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Impact:\\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\\n\\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\\n\\nPatches:\\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.\", \"supportingMedia\": [{\"type\": \"text/html\", \"base64\": false, \"value\": \"Impact:\\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\\n\\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\\n\\nPatches:\\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\\n\\nWorkarounds:\\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.\"}]}], \"affected\": [{\"vendor\": \"undici\", \"product\": \"undici\", \"defaultStatus\": \"unaffected\", \"versions\": [{\"versionType\": \"semver\", \"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"6.26.0\"}, {\"versionType\": \"semver\", \"status\": \"unaffected\", \"version\": \"6.26.0\"}, {\"versionType\": \"semver\", \"status\": \"affected\", \"version\": \"7.0.0\", \"lessThan\": \"7.28.0\"}, {\"versionType\": \"semver\", \"status\": \"unaffected\", \"version\": \"7.28.0\"}, {\"versionType\": \"semver\", \"status\": \"affected\", \"version\": \"8.0.0\", \"lessThan\": \"8.5.0\"}, {\"versionType\": \"semver\", \"status\": \"unaffected\", \"version\": \"8.5.0\"}], \"packageURL\": \"pkg:npm/undici\"}], \"references\": [{\"url\": \"https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52\"}, {\"url\": \"https://hackerone.com/reports/3582376\"}, {\"url\": \"https://cna.openjsf.org/security-advisories.html\"}], \"credits\": [{\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"mcollina\"}, {\"lang\": \"en\", \"type\": \"remediation verifier\", \"value\": \"UlisesGascon\"}], \"title\": \"undici vulnerable to HTTP response queue poisoning via keep-alive socket reuse\", \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"baseScore\": 3.7, \"baseSeverity\": \"LOW\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-367\", \"lang\": \"en\", \"description\": \"CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition\", \"type\": \"CWE\"}]}], \"x_generator\": {\"engine\": \"cve-kit 1.0.0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-6733\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-17T18:30:07.748616Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-17T18:30:16.063Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-6733\", \"assignerOrgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"openjs\", \"dateReserved\": \"2026-04-20T22:44:32.835Z\", \"datePublished\": \"2026-06-17T17:14:50.991Z\", \"dateUpdated\": \"2026-06-17T18:30:26.429Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:35892
Vulnerability from csaf_redhat - Published: 2026-07-06 15:07 - Updated: 2026-07-10 17:31A flaw was found in undici. An attacker-controlled upstream server can exploit a vulnerability in Undici's HTTP/1.1 client, specifically related to response queue poisoning on reused keep-alive sockets. This allows the attacker to inject an unsolicited HTTP/1.1 response onto an idle socket. Consequently, when the client dispatches a new request on that socket, it may associate the injected response with the new request, leading to responses being delivered to unintended recipients or requests. This could result in a low impact on data integrity.
CWE-940 - Improper Verification of Source of a Communication Channel| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Undici. The cache interceptor in shared-cache mode incorrectly classifies certain responses as cacheable due to improper handling of whitespace-padded Cache-Control header field names. This vulnerability allows an unauthenticated attacker to access authenticated user data from the cache, leading to information disclosure. This occurs when both authenticated and unauthenticated requests resolve to the same cache key.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in undici. When undici processes Set-Cookie headers, it incorrectly interprets the SameSite attribute, accepting partial matches instead of exact ones. This allows a malicious server to downgrade a cookie's SameSite policy to a less secure setting, potentially leading to unintended information disclosure or a weakening of security protections for the user.
CWE-1286 - Improper Validation of Syntactic Correctness of Input| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in ip-address, a JavaScript library for parsing and manipulating IPv4 and IPv6 addresses. This vulnerability allows a remote attacker to perform cross-site scripting (XSS) by providing untrusted input to the Address6 constructor. When an application renders the output of Address6.group(), Address6.link(), or the AddressError.parseMessage as HTML without proper escaping, the attacker-controlled content can be executed in the user's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. When proxy credentials are embedded in a proxy URL, an issue in the proxy tunnel error handling can lead to the exposure of these credentials. This information disclosure vulnerability allows an attacker to potentially capture sensitive proxy credentials through logs, diagnostics, or other error-consuming mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. This flaw involves a mismatch in how Node.js handles TLS (Transport Layer Security) hostnames and unicode dot separators during authentication. This mismatch can lead to a wildcard-depth authentication bypass. An attacker could exploit this to bypass intended security boundaries, potentially leading to unauthorized access and confidentiality impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. A malicious server can exploit the HTTP/2 client by sending an unlimited number of ORIGIN frames. This can lead to an Out of Memory error on the client, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. An inconsistency in how Node.js matches hostnames can be exploited by a remote attacker in multi-context mTLS (mutual Transport Layer Security) setups. This vulnerability allows for a trust-policy bypass, potentially leading to unauthorized access to sensitive information or integrity compromise within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. This vulnerability in the TLS (Transport Layer Security) hostname handling allows embedded null characters in hostnames. This can lead to silent authority rebinding, potentially enabling an attacker to redirect network traffic to an unintended server and disclose sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Node.js WebCrypto implementation. A remote attacker could exploit this vulnerability by providing an input to the `subtle.encrypt()` function that is a multiple of 2 gigabytes (GiB). This could lead to a denial of service (DoS) by crashing the Node.js process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. An attacker can exploit a vulnerability in the Transport Layer Security (TLS) host verification process to bypass certification validation. This bypass could allow an attacker to intercept or alter communications, potentially leading to information disclosure or integrity compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Node.js. The Permission API allows a local user to modify file metadata on paths that have been explicitly set as read-only. This can lead to unauthorized changes in file properties, impacting the integrity of the file system.
CWE-279 - Incorrect Execution-Assigned Permissions| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the nodejs:22 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. \n\nSecurity Fix(es):\n\n* ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (CVE-2026-42338)\n\n* undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151)\n\n* undici: Undici: Information disclosure due to improper cache-control header parsing (CVE-2026-9678)\n\n* undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery. (CVE-2026-6733)\n\n* undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header (CVE-2026-11525)\n\n* nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames (CVE-2026-48619)\n\n* nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling (CVE-2026-48930)\n\n* nodejs: Node.js: Unauthorized file metadata modification (CVE-2026-48935)\n\n* nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt() (CVE-2026-48933)\n\n* nodejs: Node.js: Certification validation bypass in TLS host verification (CVE-2026-48934)\n\n* Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency (CVE-2026-48928)\n\n* nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling (CVE-2026-48615)\n\n* nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch (CVE-2026-48618)\n\nBug Fix(es) and Enhancement(s):\n\n* nodejs:22/nodejs: Rebase to the latest Node.js 22 release [rhel-9.8.z] (JIRA:RHEL-186622)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:35892",
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2476810",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2476810"
},
{
"category": "external",
"summary": "2489980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489980"
},
{
"category": "external",
"summary": "2490000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490000"
},
{
"category": "external",
"summary": "2490006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490006"
},
{
"category": "external",
"summary": "2490008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490008"
},
{
"category": "external",
"summary": "2493325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493325"
},
{
"category": "external",
"summary": "2493326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493326"
},
{
"category": "external",
"summary": "2493329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493329"
},
{
"category": "external",
"summary": "2493331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493331"
},
{
"category": "external",
"summary": "2493332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493332"
},
{
"category": "external",
"summary": "2493333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493333"
},
{
"category": "external",
"summary": "2493335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493335"
},
{
"category": "external",
"summary": "2493337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493337"
},
{
"category": "external",
"summary": "RHEL-186622",
"url": "https://issues.redhat.com/browse/RHEL-186622"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_35892.json"
}
],
"title": "Red Hat Security Advisory: nodejs:22 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-10T17:31:02+00:00",
"generator": {
"date": "2026-07-10T17:31:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:35892",
"initial_release_date": "2026-07-06T15:07:52+00:00",
"revision_history": [
{
"date": "2026-07-06T15:07:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-06T15:07:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-10T17:31:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"product": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src (nodejs:22)",
"product_id": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=src\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"product": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src (nodejs:22)",
"product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.8.0%2B24156%2Bbb41d456?arch=src\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"product": {
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src (nodejs:22)",
"product_id": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-6.module%2Bel9.8.0%2B24156%2Bbb41d456?arch=src\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"product": {
"name": "nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch (nodejs:22)",
"product_id": "nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-docs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=noarch\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch (nodejs:22)",
"product_id": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-nodemon@3.0.1-1.module%2Bel9.8.0%2B24156%2Bbb41d456?arch=noarch\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product": {
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch (nodejs:22)",
"product_id": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging@2021.06-6.module%2Bel9.8.0%2B24156%2Bbb41d456?arch=noarch\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product": {
"name": "nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch (nodejs:22)",
"product_id": "nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-packaging-bundler@2021.06-6.module%2Bel9.8.0%2B24156%2Bbb41d456?arch=noarch\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.9.8-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22)",
"product_id": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/v8-12.4-devel@12.4.254.21-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=aarch64\u0026epoch=3\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.9.8-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22)",
"product_id": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/v8-12.4-devel@12.4.254.21-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=ppc64le\u0026epoch=3\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.9.8-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22)",
"product_id": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/v8-12.4-devel@12.4.254.21-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=s390x\u0026epoch=3\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-debugsource@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-devel@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-full-i18n@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nodejs-libs-debuginfo@22.23.1-1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/npm@10.9.8-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=1\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
},
{
"category": "product_version",
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22)",
"product_id": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/v8-12.4-devel@12.4.254.21-1.22.23.1.1.module%2Bel9.8.0%2B24457%2B996af7aa?arch=x86_64\u0026epoch=3\u0026rpmmod=nodejs:22:9080020260626075442:rhel9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22"
},
"product_reference": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22"
},
"product_reference": "nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22"
},
"product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22"
},
"product_reference": "nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22"
},
"product_reference": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22"
},
"product_reference": "nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22"
},
"product_reference": "nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22"
},
"product_reference": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22"
},
"product_reference": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22"
},
"product_reference": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64 (nodejs:22) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
},
"product_reference": "v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-6733",
"cwe": {
"id": "CWE-940",
"name": "Improper Verification of Source of a Communication Channel"
},
"discovery_date": "2026-06-17T19:02:16.713859+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. An attacker-controlled upstream server can exploit a vulnerability in Undici\u0027s HTTP/1.1 client, specifically related to response queue poisoning on reused keep-alive sockets. This allows the attacker to inject an unsolicited HTTP/1.1 response onto an idle socket. Consequently, when the client dispatches a new request on that socket, it may associate the injected response with the new request, leading to responses being delivered to unintended recipients or requests. This could result in a low impact on data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Low: A flaw in Undici\u0027s HTTP/1.1 client, as used in various Red Hat products, allows an attacker-controlled upstream server to inject unsolicited responses onto reused keep-alive sockets. This can lead to incorrect response delivery, potentially impacting data integrity, but requires a compromised server and active keep-alive connections.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6733"
},
{
"category": "external",
"summary": "RHBZ#2490006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6733"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6733",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6733"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3582376",
"url": "https://hackerone.com/reports/3582376"
}
],
"release_date": "2026-06-17T17:14:50.991000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response delivery."
},
{
"cve": "CVE-2026-9678",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-06-17T19:01:33.359372+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490000"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undici. The cache interceptor in shared-cache mode incorrectly classifies certain responses as cacheable due to improper handling of whitespace-padded Cache-Control header field names. This vulnerability allows an unauthenticated attacker to access authenticated user data from the cache, leading to information disclosure. This occurs when both authenticated and unauthenticated requests resolve to the same cache key.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Information disclosure due to improper cache-control header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate information disclosure flaw in Undici\u0027s cache interceptor, when configured in shared-cache mode, allows an unauthenticated attacker to retrieve sensitive authenticated user data. This is due to incorrect parsing of Cache-Control headers containing whitespace-padded field names, leading to cached responses being served improperly. Red Hat products are affected if they explicitly enable shared-cache mode, forward Authorization headers, and process non-canonical Cache-Control directives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9678"
},
{
"category": "external",
"summary": "RHBZ#2490000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9678"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9678",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9678"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-pr7r-676h-xcf6"
}
],
"release_date": "2026-06-17T17:04:09.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici: Information disclosure due to improper cache-control header parsing"
},
{
"cve": "CVE-2026-11525",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-06-17T19:02:29.292011+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490008"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. When undici processes Set-Cookie headers, it incorrectly interprets the SameSite attribute, accepting partial matches instead of exact ones. This allows a malicious server to downgrade a cookie\u0027s SameSite policy to a less secure setting, potentially leading to unintended information disclosure or a weakening of security protections for the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low impact flaw in undici, as used in various Red Hat products, arises from incorrect parsing of the `SameSite` cookie attribute. A malicious server could exploit this by sending a specially crafted `Set-Cookie` header, causing the `SameSite` policy to be downgraded to a less secure setting. This could lead to a minor weakening of security protections or unintended information disclosure in applications that process and rely on these cookie attributes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11525"
},
{
"category": "external",
"summary": "RHBZ#2490008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11525"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-g8m3-5g58-fq7m",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-g8m3-5g58-fq7m"
}
],
"release_date": "2026-06-17T17:31:03.163000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header"
},
{
"cve": "CVE-2026-12151",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T17:01:45.297604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the `undici` WebSocket client allows a remote attacker to cause unbounded memory growth. By sending numerous small or empty WebSocket frames, an unauthenticated attacker can exhaust system memory, leading to a denial of service in Red Hat products that use the affected client.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "RHBZ#2489980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q"
}
],
"release_date": "2026-06-17T16:05:38.785000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames"
},
{
"cve": "CVE-2026-42338",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-12T21:01:14.436876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2476810"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ip-address, a JavaScript library for parsing and manipulating IPv4 and IPv6 addresses. This vulnerability allows a remote attacker to perform cross-site scripting (XSS) by providing untrusted input to the Address6 constructor. When an application renders the output of Address6.group(), Address6.link(), or the AddressError.parseMessage as HTML without proper escaping, the attacker-controlled content can be executed in the user\u0027s browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in the `ip-address` JavaScript library is rated as Important. It allows for cross-site scripting (XSS) when an application processes untrusted input through the `Address6` constructor and subsequently renders the unescaped output of methods like `Address6.group()`, `Address6.link()`, or `AddressError.parseMessage` directly as HTML. While the library itself is affected, exploitation is contingent on specific application-level rendering practices that may not be common in Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42338"
},
{
"category": "external",
"summary": "RHBZ#2476810",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2476810"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42338",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42338"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-v2v4-37r5-5v8g",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-v2v4-37r5-5v8g"
}
],
"release_date": "2026-05-12T19:43:16.470000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ip-address: ip-address: Cross-site scripting via improper HTML escaping of untrusted input"
},
{
"cve": "CVE-2026-48615",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-06-26T02:01:59.112093+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. When proxy credentials are embedded in a proxy URL, an issue in the proxy tunnel error handling can lead to the exposure of these credentials. This information disclosure vulnerability allows an attacker to potentially capture sensitive proxy credentials through logs, diagnostics, or other error-consuming mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48615"
},
{
"category": "external",
"summary": "RHBZ#2493335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48615"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Node.js: Information disclosure of proxy credentials via proxy tunnel error handling"
},
{
"cve": "CVE-2026-48618",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-06-26T02:02:10.741725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493337"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. This flaw involves a mismatch in how Node.js handles TLS (Transport Layer Security) hostnames and unicode dot separators during authentication. This mismatch can lead to a wildcard-depth authentication bypass. An attacker could exploit this to bypass intended security boundaries, potentially leading to unauthorized access and confidentiality impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Node.js allows for a TLS wildcard-depth authentication bypass due to a mismatch in how hostnames and unicode dot separators are handled during authentication. This could enable an attacker to circumvent security boundaries, potentially leading to unauthorized access and compromise of sensitive information in applications utilizing Node.js for TLS connections. The issue affects Node.js versions 22, 24, and 26 as shipped in Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48618"
},
{
"category": "external",
"summary": "RHBZ#2493337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48618"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48618",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48618"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.868000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs: Node.js: Authentication bypass due to TLS hostname handling and unicode dot separator mismatch"
},
{
"cve": "CVE-2026-48619",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-26T02:01:06.466413+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493325"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. A malicious server can exploit the HTTP/2 client by sending an unlimited number of ORIGIN frames. This can lead to an Out of Memory error on the client, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in the Node.js HTTP/2 client can lead to a denial of service. A malicious server could exploit this by sending an excessive number of ORIGIN frames, causing the client to consume all available memory. This affects Red Hat products utilizing Node.js as an HTTP/2 client.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48619"
},
{
"category": "external",
"summary": "RHBZ#2493325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493325"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48619",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48619"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.541000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Node.js: Denial of Service via unlimited HTTP/2 ORIGIN frames"
},
{
"cve": "CVE-2026-48928",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-06-26T02:01:48.441706+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. An inconsistency in how Node.js matches hostnames can be exploited by a remote attacker in multi-context mTLS (mutual Transport Layer Security) setups. This vulnerability allows for a trust-policy bypass, potentially leading to unauthorized access to sensitive information or integrity compromise within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48928"
},
{
"category": "external",
"summary": "RHBZ#2493333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48928"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.981000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Node.js: Node.js: Trust-policy bypass due to hostname matching inconsistency"
},
{
"cve": "CVE-2026-48930",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2026-06-26T02:01:11.476251+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493326"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. This vulnerability in the TLS (Transport Layer Security) hostname handling allows embedded null characters in hostnames. This can lead to silent authority rebinding, potentially enabling an attacker to redirect network traffic to an unintended server and disclose sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48930"
},
{
"category": "external",
"summary": "RHBZ#2493326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48930",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48930"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48930",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48930"
},
{
"category": "external",
"summary": "https://github.com/nodejs/node/commit/7dafafa2424710ded8b77eb7c878e884c1aef64e",
"url": "https://github.com/nodejs/node/commit/7dafafa2424710ded8b77eb7c878e884c1aef64e"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3656716",
"url": "https://hackerone.com/reports/3656716"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:37.006000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Node.js: Silent authority rebinding due to embedded-nul hostnames in TLS handling"
},
{
"cve": "CVE-2026-48933",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-26T02:01:39.107538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493331"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Node.js WebCrypto implementation. A remote attacker could exploit this vulnerability by providing an input to the `subtle.encrypt()` function that is a multiple of 2 gigabytes (GiB). This could lead to a denial of service (DoS) by crashing the Node.js process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Node.js WebCrypto, as a remote attacker can crash the Node.js process by providing a specially crafted large input to the `subtle.encrypt()` function. This could lead to service unavailability in Red Hat environments where Node.js applications process untrusted data with WebCrypto.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48933"
},
{
"category": "external",
"summary": "RHBZ#2493331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48933"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48933",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48933"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.823000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs: Node.js WebCrypto: Denial of Service via large input to subtle.encrypt()"
},
{
"cve": "CVE-2026-48934",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-06-26T02:01:43.284771+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. An attacker can exploit a vulnerability in the Transport Layer Security (TLS) host verification process to bypass certification validation. This bypass could allow an attacker to intercept or alter communications, potentially leading to information disclosure or integrity compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Certification validation bypass in TLS host verification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48934"
},
{
"category": "external",
"summary": "RHBZ#2493332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48934",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48934"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48934",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48934"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: Node.js: Certification validation bypass in TLS host verification"
},
{
"cve": "CVE-2026-48935",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2026-06-26T02:01:29.191932+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493329"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Node.js. The Permission API allows a local user to modify file metadata on paths that have been explicitly set as read-only. This can lead to unauthorized changes in file properties, impacting the integrity of the file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: Node.js: Unauthorized file metadata modification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48935"
},
{
"category": "external",
"summary": "RHBZ#2493329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493329"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48935",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48935"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48935",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48935"
},
{
"category": "external",
"summary": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases",
"url": "https://nodejs.org/en/blog/vulnerability/june-2026-security-releases"
}
],
"release_date": "2026-06-26T01:14:36.641000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-06T15:07:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:35892"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-debugsource-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-devel-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-docs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-full-i18n-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-libs-debuginfo-1:22.23.1-1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-nodemon-0:3.0.1-1.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-0:2021.06-6.module+el9.8.0+24156+bb41d456.src::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:nodejs-packaging-bundler-0:2021.06-6.module+el9.8.0+24156+bb41d456.noarch::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:npm-1:10.9.8-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.aarch64::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.ppc64le::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.s390x::nodejs:22",
"AppStream-9.8.0.Z.MAIN.EUS:v8-12.4-devel-3:12.4.254.21-1.22.23.1.1.module+el9.8.0+24457+996af7aa.x86_64::nodejs:22"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "nodejs: Node.js: Unauthorized file metadata modification"
}
]
}
SUSE-SU-2026:22368-1
Vulnerability from csaf_suse - Published: 2026-06-25 12:57 - Updated: 2026-06-25 12:57| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"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.23.0:\n\n- CVE-2026-6733: undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response\n delivery (bsc#1268479).\n- CVE-2026-9496: pacote: excessive CPU consumption in `addGitSha` when processing a specially crafted `spec.rawSpec`\n value can lead to DoS (bsc#1266318).\n- CVE-2026-9679: undici: undici vulnerable to HTTP header injection via Set-Cookie percent-decoding (bsc#1268477).\n- CVE-2026-11525: undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header\n (bsc#1268481).\n- CVE-2026-12151: undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (bsc#1268482).\n- CVE-2026-21637: synchronous exceptions thrown during certain callbacks bypass the standard TLS error handling paths\n 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-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 hash collisions trivially predictable (bsc#1260494).\n- CVE-2026-27135: nghttp2: assertion failure due to missing state validation can lead to DoS (bsc#1259853).\n- CVE-2026-40170: ngtcp2: qlog parameters_set stack buffer overflow (bsc#1262274).\n- CVE-2026-42338: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (bsc#1268097).\n- CVE-2026-48615: Proxy credentials leaked in ERR_PROXY_TUNNEL error message (bsc#1268598).\n- CVE-2026-48617: permission model enforcement bypass via `process.report.writeReport()` path misvalidation\n (bsc#1268554).\n- CVE-2026-48618: Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to\n resolver and verifier hostname normalization mismatch (bsc#1268593).\n- CVE-2026-48619: Unbounded memory growth in node:http2 clients via attacker-controlled ORIGIN frames (bsc#1268618).\n- CVE-2026-48928: Uppercase sni context matching can lead to mtls authorization bypass due to case-sensitive hostname\n matching (bsc#1268605).\n- CVE-2026-48930: Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolver\n bindings (bsc#1268606).\n- CVE-2026-48931: HTTP Response Queue Poisoning via TOCTOU Race Condition in http.Agent (bsc#1268611).\n- CVE-2026-48933: Node.js WebCrypto AES Integer Overflow Leads to Remote Process Abort (bsc#1268592).\n- CVE-2026-48934: TLS host identity verification bypass via session reuse with different servername leads to\n unauthorized connections (bsc#1268608).\n- CVE-2026-48935: Permission Model bypass via FileHandle.utimes() in the promises API (bsc#1268609).\n- CVE-2026-48937: servers keep accepting data even after sending a `GOAWAY` frame (bsc#1268555).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-1079",
"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_22368-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22368-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622368-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22368-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047771.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256576",
"url": "https://bugzilla.suse.com/1256576"
},
{
"category": "self",
"summary": "SUSE Bug 1259853",
"url": "https://bugzilla.suse.com/1259853"
},
{
"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 Bug 1262274",
"url": "https://bugzilla.suse.com/1262274"
},
{
"category": "self",
"summary": "SUSE Bug 1266318",
"url": "https://bugzilla.suse.com/1266318"
},
{
"category": "self",
"summary": "SUSE Bug 1268097",
"url": "https://bugzilla.suse.com/1268097"
},
{
"category": "self",
"summary": "SUSE Bug 1268477",
"url": "https://bugzilla.suse.com/1268477"
},
{
"category": "self",
"summary": "SUSE Bug 1268479",
"url": "https://bugzilla.suse.com/1268479"
},
{
"category": "self",
"summary": "SUSE Bug 1268481",
"url": "https://bugzilla.suse.com/1268481"
},
{
"category": "self",
"summary": "SUSE Bug 1268482",
"url": "https://bugzilla.suse.com/1268482"
},
{
"category": "self",
"summary": "SUSE Bug 1268554",
"url": "https://bugzilla.suse.com/1268554"
},
{
"category": "self",
"summary": "SUSE Bug 1268555",
"url": "https://bugzilla.suse.com/1268555"
},
{
"category": "self",
"summary": "SUSE Bug 1268592",
"url": "https://bugzilla.suse.com/1268592"
},
{
"category": "self",
"summary": "SUSE Bug 1268593",
"url": "https://bugzilla.suse.com/1268593"
},
{
"category": "self",
"summary": "SUSE Bug 1268598",
"url": "https://bugzilla.suse.com/1268598"
},
{
"category": "self",
"summary": "SUSE Bug 1268605",
"url": "https://bugzilla.suse.com/1268605"
},
{
"category": "self",
"summary": "SUSE Bug 1268606",
"url": "https://bugzilla.suse.com/1268606"
},
{
"category": "self",
"summary": "SUSE Bug 1268608",
"url": "https://bugzilla.suse.com/1268608"
},
{
"category": "self",
"summary": "SUSE Bug 1268609",
"url": "https://bugzilla.suse.com/1268609"
},
{
"category": "self",
"summary": "SUSE Bug 1268611",
"url": "https://bugzilla.suse.com/1268611"
},
{
"category": "self",
"summary": "SUSE Bug 1268618",
"url": "https://bugzilla.suse.com/1268618"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11525 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11525/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-12151 page",
"url": "https://www.suse.com/security/cve/CVE-2026-12151/"
},
{
"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/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40170 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40170/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42338 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48615 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48615/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48617 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48617/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48618 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48618/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48619 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48928 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48930 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48930/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48931 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48933 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48933/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48934 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48934/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48935 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48935/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48937 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48937/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6733 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6733/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9496 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9496/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9679 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9679/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-06-25T12:57:12Z",
"generator": {
"date": "2026-06-25T12:57:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22368-1",
"initial_release_date": "2026-06-25T12:57:12Z",
"revision_history": [
{
"date": "2026-06-25T12:57:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-160000.1.1.aarch64",
"product": {
"name": "corepack22-22.23.0-160000.1.1.aarch64",
"product_id": "corepack22-22.23.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-22.23.0-160000.1.1.aarch64",
"product_id": "nodejs22-22.23.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-160000.1.1.aarch64",
"product": {
"name": "nodejs22-devel-22.23.0-160000.1.1.aarch64",
"product_id": "nodejs22-devel-22.23.0-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-160000.1.1.aarch64",
"product": {
"name": "npm22-22.23.0-160000.1.1.aarch64",
"product_id": "npm22-22.23.0-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.23.0-160000.1.1.noarch",
"product": {
"name": "nodejs22-docs-22.23.0-160000.1.1.noarch",
"product_id": "nodejs22-docs-22.23.0-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-160000.1.1.ppc64le",
"product": {
"name": "corepack22-22.23.0-160000.1.1.ppc64le",
"product_id": "corepack22-22.23.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-22.23.0-160000.1.1.ppc64le",
"product_id": "nodejs22-22.23.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"product_id": "nodejs22-devel-22.23.0-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-160000.1.1.ppc64le",
"product": {
"name": "npm22-22.23.0-160000.1.1.ppc64le",
"product_id": "npm22-22.23.0-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-160000.1.1.s390x",
"product": {
"name": "corepack22-22.23.0-160000.1.1.s390x",
"product_id": "corepack22-22.23.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-22.23.0-160000.1.1.s390x",
"product_id": "nodejs22-22.23.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-160000.1.1.s390x",
"product": {
"name": "nodejs22-devel-22.23.0-160000.1.1.s390x",
"product_id": "nodejs22-devel-22.23.0-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-160000.1.1.s390x",
"product": {
"name": "npm22-22.23.0-160000.1.1.s390x",
"product_id": "npm22-22.23.0-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-160000.1.1.x86_64",
"product": {
"name": "corepack22-22.23.0-160000.1.1.x86_64",
"product_id": "corepack22-22.23.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-22.23.0-160000.1.1.x86_64",
"product_id": "nodejs22-22.23.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-160000.1.1.x86_64",
"product": {
"name": "nodejs22-devel-22.23.0-160000.1.1.x86_64",
"product_id": "nodejs22-devel-22.23.0-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-160000.1.1.x86_64",
"product": {
"name": "npm22-22.23.0-160000.1.1.x86_64",
"product_id": "npm22-22.23.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.23.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.23.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.23.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.23.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.23.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.23.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.23.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.23.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.23.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.23.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.23.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.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.23.0-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.23.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.23.0-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.23.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.23.0-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.23.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.23.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.23.0-160000.1.1.aarch64"
},
"product_reference": "corepack22-22.23.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.23.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.23.0-160000.1.1.ppc64le"
},
"product_reference": "corepack22-22.23.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.23.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.23.0-160000.1.1.s390x"
},
"product_reference": "corepack22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "corepack22-22.23.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.23.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.23.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-22.23.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.23.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.23.0-160000.1.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.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.23.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.23.0-160000.1.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.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.23.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.23.0-160000.1.1.aarch64"
},
"product_reference": "npm22-22.23.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.23.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.23.0-160000.1.1.ppc64le"
},
"product_reference": "npm22-22.23.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.23.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.23.0-160000.1.1.s390x"
},
"product_reference": "npm22-22.23.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.23.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.23.0-160000.1.1.x86_64"
},
"product_reference": "npm22-22.23.0-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11525",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11525"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nWhen undici parses a Set-Cookie header, it accepts any SameSite attribute value that contains Strict, Lax, or None as a substring, rather than the case-insensitive exact match specified by RFC 6265. Non-spec values are silently mapped to one of the three standard tokens. For example, SameSite=NoneOfYourBusiness is parsed as None (the most permissive setting), and SameSite=StrictLax is parsed as Lax (a downgrade from Strict).\n\nAffected applications are those that consume Set-Cookie headers from server responses (for example via undici\u0027s fetch or proxy code paths) and then forward or rely on the parsed sameSite attribute. A malicious or non-compliant server can coerce the consumer\u0027s view of a cookie\u0027s SameSite policy to a weaker value, silently degrading the SameSite enforcement the cookie is supposed to provide.\n\nThis was introduced in undici 5.15.0 when the cookies feature was added.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nAfter parsing a Set-Cookie header, validate that the resulting sameSite attribute is one of \u0027Strict\u0027, \u0027Lax\u0027, or \u0027None\u0027 (exact, case-insensitive) before forwarding or relying on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11525",
"url": "https://www.suse.com/security/cve/CVE-2026-11525"
},
{
"category": "external",
"summary": "SUSE Bug 1268481 for CVE-2026-11525",
"url": "https://bugzilla.suse.com/1268481"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "low"
}
],
"title": "CVE-2026-11525"
},
{
"cve": "CVE-2026-12151",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-12151"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nThe undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size validation, collectively causing unbounded memory growth in the client process. The result is memory exhaustion and a denial of service.\n\nAffected applications are those using the undici WebSocket client (new WebSocket(...)) or the WebSocketStream API that can be induced to connect to an attacker-controlled or compromised WebSocket endpoint.\n\nAll releases starting at undici 6.17.0 are affected.\n\nPatches: Upgrade to undici \u003e= 6.26.0, \u003e= 7.28.0, or \u003e= 8.5.0. Workarounds:\nNo workaround is available. The fix must be applied through an upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-12151",
"url": "https://www.suse.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "SUSE Bug 1268482 for CVE-2026-12151",
"url": "https://bugzilla.suse.com/1268482"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-12151"
},
{
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21637",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21710",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21713",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21714",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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"
},
{
"category": "external",
"summary": "SUSE Bug 1260482 for CVE-2026-21716",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.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 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-21717"
},
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-40170",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40170"
}
],
"notes": [
{
"category": "general",
"text": "ngtcp2 is a C implementation of the IETF QUIC protocol. In versions prior to 1.22.1, ngtcp2_qlog_parameters_set_transport_params() serializes peer transport parameters into a fixed 1024-byte stack buffer without bounds checking. When qlog is enabled, a remote peer can send sufficiently large transport parameters during the QUIC handshake to cause writes beyond the buffer boundary, resulting in a stack buffer overflow. This affects deployments that enable the qlog callback and process untrusted peer transport parameters. This issue has been fixed in version 1.22.1. If developers are unable to immediately upgrade, they can disable the qlog on client.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40170",
"url": "https://www.suse.com/security/cve/CVE-2026-40170"
},
{
"category": "external",
"summary": "SUSE Bug 1262273 for CVE-2026-40170",
"url": "https://bugzilla.suse.com/1262273"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "important"
}
],
"title": "CVE-2026-40170"
},
{
"cve": "CVE-2026-42338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42338"
}
],
"notes": [
{
"category": "general",
"text": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error\u0027s parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42338",
"url": "https://www.suse.com/security/cve/CVE-2026-42338"
},
{
"category": "external",
"summary": "SUSE Bug 1268097 for CVE-2026-42338",
"url": "https://bugzilla.suse.com/1268097"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-42338"
},
{
"cve": "CVE-2026-48615",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48615"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js proxy tunnel error handling could expose proxy credentials in `ERR_PROXY_TUNNEL` error messages.\r\n\r\nWhen proxy credentials are embedded in the proxy URL, they may be exposed through error handling paths and captured by logs, diagnostics, or other error consumers.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48615",
"url": "https://www.suse.com/security/cve/CVE-2026-48615"
},
{
"category": "external",
"summary": "SUSE Bug 1268598 for CVE-2026-48615",
"url": "https://bugzilla.suse.com/1268598"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "important"
}
],
"title": "CVE-2026-48615"
},
{
"cve": "CVE-2026-48617",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48617"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement allows Bypass via `process.report.writeReport()` Path Misvalidation. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48617",
"url": "https://www.suse.com/security/cve/CVE-2026-48617"
},
{
"category": "external",
"summary": "SUSE Bug 1268554 for CVE-2026-48617",
"url": "https://bugzilla.suse.com/1268554"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48617"
},
{
"cve": "CVE-2026-48618",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48618"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to resolver and verifier hostname normalization mismat.\r\n\r\nThis can lead to confidentiality impact or bypass of the intended security boundary under affected configurations.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48618",
"url": "https://www.suse.com/security/cve/CVE-2026-48618"
},
{
"category": "external",
"summary": "SUSE Bug 1268593 for CVE-2026-48618",
"url": "https://bugzilla.suse.com/1268593"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "important"
}
],
"title": "CVE-2026-48618"
},
{
"cve": "CVE-2026-48619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48619"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 client allows a server to send an unlimited number of ORIGIN frames, which could lead to an Out of Memory error on the client.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48619",
"url": "https://www.suse.com/security/cve/CVE-2026-48619"
},
{
"category": "external",
"summary": "SUSE Bug 1268618 for CVE-2026-48619",
"url": "https://bugzilla.suse.com/1268618"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48619"
},
{
"cve": "CVE-2026-48928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48928"
}
],
"notes": [
{
"category": "general",
"text": "A inconsistency in Node.js hostname matching can cause a trust-policy bypass in multi-context mTLS setups.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48928",
"url": "https://www.suse.com/security/cve/CVE-2026-48928"
},
{
"category": "external",
"summary": "SUSE Bug 1268605 for CVE-2026-48928",
"url": "https://bugzilla.suse.com/1268605"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48928"
},
{
"cve": "CVE-2026-48930",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48930"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolver bindings.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48930",
"url": "https://www.suse.com/security/cve/CVE-2026-48930"
},
{
"category": "external",
"summary": "SUSE Bug 1268606 for CVE-2026-48930",
"url": "https://bugzilla.suse.com/1268606"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48930"
},
{
"cve": "CVE-2026-48931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48931"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP Agent can cause a client to accept as valid a response that is send before the client has sent the request.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48931",
"url": "https://www.suse.com/security/cve/CVE-2026-48931"
},
{
"category": "external",
"summary": "SUSE Bug 1268611 for CVE-2026-48931",
"url": "https://bugzilla.suse.com/1268611"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "low"
}
],
"title": "CVE-2026-48931"
},
{
"cve": "CVE-2026-48933",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48933"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js WebCrypto implementation can crash the process if the input of `subtle.encrypt()` is a multiple of 2GiB.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48933",
"url": "https://www.suse.com/security/cve/CVE-2026-48933"
},
{
"category": "external",
"summary": "SUSE Bug 1268592 for CVE-2026-48933",
"url": "https://bugzilla.suse.com/1268592"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "important"
}
],
"title": "CVE-2026-48933"
},
{
"cve": "CVE-2026-48934",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48934"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS host verification can cause an attacker to bypass certification validation.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48934",
"url": "https://www.suse.com/security/cve/CVE-2026-48934"
},
{
"category": "external",
"summary": "SUSE Bug 1268608 for CVE-2026-48934",
"url": "https://bugzilla.suse.com/1268608"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48934"
},
{
"cve": "CVE-2026-48935",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48935"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission API can cause a file metadata to be modified even on a path that was set as read-only with e.g. `--allow-fs-read`.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48935",
"url": "https://www.suse.com/security/cve/CVE-2026-48935"
},
{
"category": "external",
"summary": "SUSE Bug 1268609 for CVE-2026-48935",
"url": "https://bugzilla.suse.com/1268609"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48935"
},
{
"cve": "CVE-2026-48937",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48937"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 server API can cause servers to keep accepting data even after sending a `GOAWAY` frame. This vulnerability affects two supported release lines: **Node.js 22** and **Node.js 24**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48937",
"url": "https://www.suse.com/security/cve/CVE-2026-48937"
},
{
"category": "external",
"summary": "SUSE Bug 1268555 for CVE-2026-48937",
"url": "https://bugzilla.suse.com/1268555"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-48937"
},
{
"cve": "CVE-2026-6733",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6733"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\n\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6733",
"url": "https://www.suse.com/security/cve/CVE-2026-6733"
},
{
"category": "external",
"summary": "SUSE Bug 1268479 for CVE-2026-6733",
"url": "https://bugzilla.suse.com/1268479"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "low"
}
],
"title": "CVE-2026-6733"
},
{
"cve": "CVE-2026-9496",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9496"
}
],
"notes": [
{
"category": "general",
"text": "Versions of the package pacote from 11.2.7 and before 21.5.1 are vulnerable to Denial of Service (DoS) via the addGitSha function. An attacker can exploit this vulnerability by supplying a specially crafted spec.rawSpec value that triggers the function\u0027s regex replacement and string-manipulation logic, causing excessive CPU consumption and potentially stalling or crashing the process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9496",
"url": "https://www.suse.com/security/cve/CVE-2026-9496"
},
{
"category": "external",
"summary": "SUSE Bug 1266318 for CVE-2026-9496",
"url": "https://bugzilla.suse.com/1266318"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-9496"
},
{
"cve": "CVE-2026-9679",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9679"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nundici\u0027s cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 5.4 does not specify any decoding and browsers do not decode either.\n\nApplications that parse a Set-Cookie header and then forward the parsed value into a response header (proxies, middleware, SSR frameworks) become vulnerable to HTTP response header injection: an attacker-controlled upstream can inject arbitrary Set-Cookie, Location, or Cache-Control headers into the application\u0027s downstream response, enabling session fixation, open redirect, or cache poisoning.\n\nAffected applications are those that use undici\u0027s cookie parsing (parseSetCookie, parseCookie, getSetCookies) and forward the parsed cookie value into a response header.\n\nThis was introduced in undici 7.0.0 via PR #3789.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, do not forward values returned by parseSetCookie/parseCookie/getSetCookies directly into response headers; sanitize the value first to strip or reject CR, LF, NUL, ;, and = bytes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9679",
"url": "https://www.suse.com/security/cve/CVE-2026-9679"
},
{
"category": "external",
"summary": "SUSE Bug 1268477 for CVE-2026-9679",
"url": "https://bugzilla.suse.com/1268477"
}
],
"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.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:npm22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:corepack22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-devel-22.23.0-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:nodejs22-docs-22.23.0-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:npm22-22.23.0-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-25T12:57:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-9679"
}
]
}
SUSE-SU-2026:2647-1
Vulnerability from csaf_suse - Published: 2026-06-26 10:34 - Updated: 2026-06-26 10:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64 | — |
Vendor Fix
|
{
"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.23.0:\n\n- CVE-2026-6733: undici: Undici: Response queue poisoning on reused keep-alive sockets can lead to incorrect response\n delivery (bsc#1268479).\n- CVE-2026-9496: pacote: excessive CPU consumption in `addGitSha` when processing a specially crafted `spec.rawSpec`\n value can lead to DoS (bsc#1266318).\n- CVE-2026-9679: undici: undici vulnerable to HTTP header injection via Set-Cookie percent-decoding (bsc#1268477).\n- CVE-2026-11525: undici: undici: Weakening of cookie SameSite policy due to incorrect parsing of Set-Cookie header\n (bsc#1268481).\n- CVE-2026-12151: undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames (bsc#1268482).\n- CVE-2026-27135: nghttp2: assertion failure due to missing state validation can lead to DoS (bsc#1259853).\n- CVE-2026-40170: ngtcp2: qlog parameters_set stack buffer overflow (bsc#1262274).\n- CVE-2026-42338: ip-address: Cross-site scripting via improper HTML escaping of untrusted input (bsc#1268097).\n- CVE-2026-48615: Proxy credentials leaked in ERR_PROXY_TUNNEL error message (bsc#1268598).\n- CVE-2026-48617: permission model enforcement bypass via `process.report.writeReport()` path misvalidation\n (bsc#1268554).\n- CVE-2026-48618: Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to\n resolver and verifier hostname normalization mismatch (bsc#1268593).\n- CVE-2026-48619: Unbounded memory growth in node:http2 clients via attacker-controlled ORIGIN frames (bsc#1268618).\n- CVE-2026-48928: Uppercase sni context matching can lead to mtls authorization bypass due to case-sensitive hostname\n matching (bsc#1268605).\n- CVE-2026-48930: Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolver\n bindings (bsc#1268606).\n- CVE-2026-48931: HTTP Response Queue Poisoning via TOCTOU Race Condition in http.Agent (bsc#1268611).\n- CVE-2026-48933: Node.js WebCrypto AES Integer Overflow Leads to Remote Process Abort (bsc#1268592).\n- CVE-2026-48934: TLS host identity verification bypass via session reuse with different servername leads to\n unauthorized connections (bsc#1268608).\n- CVE-2026-48935: Permission Model bypass via FileHandle.utimes() in the promises API (bsc#1268609).\n- CVE-2026-48937: servers keep accepting data even after sending a `GOAWAY` frame (bsc#1268555).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2647,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2647,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2647",
"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_2647-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2647-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262647-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2647-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047643.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259853",
"url": "https://bugzilla.suse.com/1259853"
},
{
"category": "self",
"summary": "SUSE Bug 1262274",
"url": "https://bugzilla.suse.com/1262274"
},
{
"category": "self",
"summary": "SUSE Bug 1266318",
"url": "https://bugzilla.suse.com/1266318"
},
{
"category": "self",
"summary": "SUSE Bug 1268097",
"url": "https://bugzilla.suse.com/1268097"
},
{
"category": "self",
"summary": "SUSE Bug 1268477",
"url": "https://bugzilla.suse.com/1268477"
},
{
"category": "self",
"summary": "SUSE Bug 1268479",
"url": "https://bugzilla.suse.com/1268479"
},
{
"category": "self",
"summary": "SUSE Bug 1268481",
"url": "https://bugzilla.suse.com/1268481"
},
{
"category": "self",
"summary": "SUSE Bug 1268482",
"url": "https://bugzilla.suse.com/1268482"
},
{
"category": "self",
"summary": "SUSE Bug 1268554",
"url": "https://bugzilla.suse.com/1268554"
},
{
"category": "self",
"summary": "SUSE Bug 1268555",
"url": "https://bugzilla.suse.com/1268555"
},
{
"category": "self",
"summary": "SUSE Bug 1268592",
"url": "https://bugzilla.suse.com/1268592"
},
{
"category": "self",
"summary": "SUSE Bug 1268593",
"url": "https://bugzilla.suse.com/1268593"
},
{
"category": "self",
"summary": "SUSE Bug 1268598",
"url": "https://bugzilla.suse.com/1268598"
},
{
"category": "self",
"summary": "SUSE Bug 1268605",
"url": "https://bugzilla.suse.com/1268605"
},
{
"category": "self",
"summary": "SUSE Bug 1268606",
"url": "https://bugzilla.suse.com/1268606"
},
{
"category": "self",
"summary": "SUSE Bug 1268608",
"url": "https://bugzilla.suse.com/1268608"
},
{
"category": "self",
"summary": "SUSE Bug 1268609",
"url": "https://bugzilla.suse.com/1268609"
},
{
"category": "self",
"summary": "SUSE Bug 1268611",
"url": "https://bugzilla.suse.com/1268611"
},
{
"category": "self",
"summary": "SUSE Bug 1268618",
"url": "https://bugzilla.suse.com/1268618"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11525 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11525/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-12151 page",
"url": "https://www.suse.com/security/cve/CVE-2026-12151/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27135 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27135/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40170 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40170/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-42338 page",
"url": "https://www.suse.com/security/cve/CVE-2026-42338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48615 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48615/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48617 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48617/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48618 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48618/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48619 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48928 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48930 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48930/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48931 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48933 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48933/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48934 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48934/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48935 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48935/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48937 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48937/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6733 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6733/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9496 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9496/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9679 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9679/"
}
],
"title": "Security update for nodejs22",
"tracking": {
"current_release_date": "2026-06-26T10:34:05Z",
"generator": {
"date": "2026-06-26T10:34:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2647-1",
"initial_release_date": "2026-06-26T10:34:05Z",
"revision_history": [
{
"date": "2026-06-26T10:34:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-150600.13.18.1.aarch64",
"product": {
"name": "corepack22-22.23.0-150600.13.18.1.aarch64",
"product_id": "corepack22-22.23.0-150600.13.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-150600.13.18.1.aarch64",
"product": {
"name": "nodejs22-22.23.0-150600.13.18.1.aarch64",
"product_id": "nodejs22-22.23.0-150600.13.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"product": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"product_id": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-150600.13.18.1.aarch64",
"product": {
"name": "npm22-22.23.0-150600.13.18.1.aarch64",
"product_id": "npm22-22.23.0-150600.13.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-150600.13.18.1.i586",
"product": {
"name": "corepack22-22.23.0-150600.13.18.1.i586",
"product_id": "corepack22-22.23.0-150600.13.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-150600.13.18.1.i586",
"product": {
"name": "nodejs22-22.23.0-150600.13.18.1.i586",
"product_id": "nodejs22-22.23.0-150600.13.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-150600.13.18.1.i586",
"product": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.i586",
"product_id": "nodejs22-devel-22.23.0-150600.13.18.1.i586"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-150600.13.18.1.i586",
"product": {
"name": "npm22-22.23.0-150600.13.18.1.i586",
"product_id": "npm22-22.23.0-150600.13.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"product": {
"name": "nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"product_id": "nodejs22-docs-22.23.0-150600.13.18.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-150600.13.18.1.ppc64le",
"product": {
"name": "corepack22-22.23.0-150600.13.18.1.ppc64le",
"product_id": "corepack22-22.23.0-150600.13.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-150600.13.18.1.ppc64le",
"product": {
"name": "nodejs22-22.23.0-150600.13.18.1.ppc64le",
"product_id": "nodejs22-22.23.0-150600.13.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"product": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"product_id": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-150600.13.18.1.ppc64le",
"product": {
"name": "npm22-22.23.0-150600.13.18.1.ppc64le",
"product_id": "npm22-22.23.0-150600.13.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-150600.13.18.1.s390x",
"product": {
"name": "corepack22-22.23.0-150600.13.18.1.s390x",
"product_id": "corepack22-22.23.0-150600.13.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-150600.13.18.1.s390x",
"product": {
"name": "nodejs22-22.23.0-150600.13.18.1.s390x",
"product_id": "nodejs22-22.23.0-150600.13.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"product": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"product_id": "nodejs22-devel-22.23.0-150600.13.18.1.s390x"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-150600.13.18.1.s390x",
"product": {
"name": "npm22-22.23.0-150600.13.18.1.s390x",
"product_id": "npm22-22.23.0-150600.13.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack22-22.23.0-150600.13.18.1.x86_64",
"product": {
"name": "corepack22-22.23.0-150600.13.18.1.x86_64",
"product_id": "corepack22-22.23.0-150600.13.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-22.23.0-150600.13.18.1.x86_64",
"product": {
"name": "nodejs22-22.23.0-150600.13.18.1.x86_64",
"product_id": "nodejs22-22.23.0-150600.13.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"product": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"product_id": "nodejs22-devel-22.23.0-150600.13.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm22-22.23.0-150600.13.18.1.x86_64",
"product": {
"name": "npm22-22.23.0-150600.13.18.1.x86_64",
"product_id": "npm22-22.23.0-150600.13.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 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6",
"product_id": "SUSE Linux Enterprise Server 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles: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.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.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.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.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.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.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.23.0-150600.13.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-devel-22.23.0-150600.13.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-docs-22.23.0-150600.13.18.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm22-22.23.0-150600.13.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-22.23.0-150600.13.18.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.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-22.23.0-150600.13.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": "nodejs22-devel-22.23.0-150600.13.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:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.18.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.23.0-150600.13.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:nodejs22-devel-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "nodejs22-devel-22.23.0-150600.13.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": "nodejs22-docs-22.23.0-150600.13.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:nodejs22-docs-22.23.0-150600.13.18.1.noarch"
},
"product_reference": "nodejs22-docs-22.23.0-150600.13.18.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.23.0-150600.13.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:npm22-22.23.0-150600.13.18.1.ppc64le"
},
"product_reference": "npm22-22.23.0-150600.13.18.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.23.0-150600.13.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:npm22-22.23.0-150600.13.18.1.x86_64"
},
"product_reference": "npm22-22.23.0-150600.13.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11525",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11525"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nWhen undici parses a Set-Cookie header, it accepts any SameSite attribute value that contains Strict, Lax, or None as a substring, rather than the case-insensitive exact match specified by RFC 6265. Non-spec values are silently mapped to one of the three standard tokens. For example, SameSite=NoneOfYourBusiness is parsed as None (the most permissive setting), and SameSite=StrictLax is parsed as Lax (a downgrade from Strict).\n\nAffected applications are those that consume Set-Cookie headers from server responses (for example via undici\u0027s fetch or proxy code paths) and then forward or rely on the parsed sameSite attribute. A malicious or non-compliant server can coerce the consumer\u0027s view of a cookie\u0027s SameSite policy to a weaker value, silently degrading the SameSite enforcement the cookie is supposed to provide.\n\nThis was introduced in undici 5.15.0 when the cookies feature was added.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nAfter parsing a Set-Cookie header, validate that the resulting sameSite attribute is one of \u0027Strict\u0027, \u0027Lax\u0027, or \u0027None\u0027 (exact, case-insensitive) before forwarding or relying on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11525",
"url": "https://www.suse.com/security/cve/CVE-2026-11525"
},
{
"category": "external",
"summary": "SUSE Bug 1268481 for CVE-2026-11525",
"url": "https://bugzilla.suse.com/1268481"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "low"
}
],
"title": "CVE-2026-11525"
},
{
"cve": "CVE-2026-12151",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-12151"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nThe undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size validation, collectively causing unbounded memory growth in the client process. The result is memory exhaustion and a denial of service.\n\nAffected applications are those using the undici WebSocket client (new WebSocket(...)) or the WebSocketStream API that can be induced to connect to an attacker-controlled or compromised WebSocket endpoint.\n\nAll releases starting at undici 6.17.0 are affected.\n\nPatches: Upgrade to undici \u003e= 6.26.0, \u003e= 7.28.0, or \u003e= 8.5.0. Workarounds:\nNo workaround is available. The fix must be applied through an upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-12151",
"url": "https://www.suse.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "SUSE Bug 1268482 for CVE-2026-12151",
"url": "https://bugzilla.suse.com/1268482"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-12151"
},
{
"cve": "CVE-2026-27135",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27135"
}
],
"notes": [
{
"category": "general",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. Prior to version 1.68.1, the nghttp2 library stops reading the incoming data when user facing public API `nghttp2_session_terminate_session` or `nghttp2_session_terminate_session2` is called by the application. They might be called internally by the library when it detects the situation that is subject to connection error. Due to the missing internal state validation, the library keeps reading the rest of the data after one of those APIs is called. Then receiving a malformed frame that causes FRAME_SIZE_ERROR causes assertion failure. nghttp2 v1.68.1 adds missing state validation to avoid assertion failure. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27135",
"url": "https://www.suse.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "SUSE Bug 1259835 for CVE-2026-27135",
"url": "https://bugzilla.suse.com/1259835"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "important"
}
],
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-40170",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40170"
}
],
"notes": [
{
"category": "general",
"text": "ngtcp2 is a C implementation of the IETF QUIC protocol. In versions prior to 1.22.1, ngtcp2_qlog_parameters_set_transport_params() serializes peer transport parameters into a fixed 1024-byte stack buffer without bounds checking. When qlog is enabled, a remote peer can send sufficiently large transport parameters during the QUIC handshake to cause writes beyond the buffer boundary, resulting in a stack buffer overflow. This affects deployments that enable the qlog callback and process untrusted peer transport parameters. This issue has been fixed in version 1.22.1. If developers are unable to immediately upgrade, they can disable the qlog on client.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40170",
"url": "https://www.suse.com/security/cve/CVE-2026-40170"
},
{
"category": "external",
"summary": "SUSE Bug 1262273 for CVE-2026-40170",
"url": "https://bugzilla.suse.com/1262273"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "important"
}
],
"title": "CVE-2026-40170"
},
{
"cve": "CVE-2026-42338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-42338"
}
],
"notes": [
{
"category": "general",
"text": "ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error\u0027s parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-42338",
"url": "https://www.suse.com/security/cve/CVE-2026-42338"
},
{
"category": "external",
"summary": "SUSE Bug 1268097 for CVE-2026-42338",
"url": "https://bugzilla.suse.com/1268097"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-42338"
},
{
"cve": "CVE-2026-48615",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48615"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js proxy tunnel error handling could expose proxy credentials in `ERR_PROXY_TUNNEL` error messages.\r\n\r\nWhen proxy credentials are embedded in the proxy URL, they may be exposed through error handling paths and captured by logs, diagnostics, or other error consumers.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48615",
"url": "https://www.suse.com/security/cve/CVE-2026-48615"
},
{
"category": "external",
"summary": "SUSE Bug 1268598 for CVE-2026-48615",
"url": "https://bugzilla.suse.com/1268598"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "important"
}
],
"title": "CVE-2026-48615"
},
{
"cve": "CVE-2026-48617",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48617"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission Model enforcement allows Bypass via `process.report.writeReport()` Path Misvalidation. This can lead to confidentiality impact or bypass of the intended security boundary under affected configurations. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48617",
"url": "https://www.suse.com/security/cve/CVE-2026-48617"
},
{
"category": "external",
"summary": "SUSE Bug 1268554 for CVE-2026-48617",
"url": "https://bugzilla.suse.com/1268554"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48617"
},
{
"cve": "CVE-2026-48618",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48618"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Node.js unicode dot separator handling can lead to tls wildcard-depth authentication bypass due to resolver and verifier hostname normalization mismat.\r\n\r\nThis can lead to confidentiality impact or bypass of the intended security boundary under affected configurations.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48618",
"url": "https://www.suse.com/security/cve/CVE-2026-48618"
},
{
"category": "external",
"summary": "SUSE Bug 1268593 for CVE-2026-48618",
"url": "https://bugzilla.suse.com/1268593"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "important"
}
],
"title": "CVE-2026-48618"
},
{
"cve": "CVE-2026-48619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48619"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 client allows a server to send an unlimited number of ORIGIN frames, which could lead to an Out of Memory error on the client.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48619",
"url": "https://www.suse.com/security/cve/CVE-2026-48619"
},
{
"category": "external",
"summary": "SUSE Bug 1268618 for CVE-2026-48619",
"url": "https://bugzilla.suse.com/1268618"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48619"
},
{
"cve": "CVE-2026-48928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48928"
}
],
"notes": [
{
"category": "general",
"text": "A inconsistency in Node.js hostname matching can cause a trust-policy bypass in multi-context mTLS setups.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48928",
"url": "https://www.suse.com/security/cve/CVE-2026-48928"
},
{
"category": "external",
"summary": "SUSE Bug 1268605 for CVE-2026-48928",
"url": "https://bugzilla.suse.com/1268605"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48928"
},
{
"cve": "CVE-2026-48930",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48930"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS hostname handling can cause Embedded-nul hostnames can lead to silent authority rebinding due to c-string truncation in resolver bindings.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48930",
"url": "https://www.suse.com/security/cve/CVE-2026-48930"
},
{
"category": "external",
"summary": "SUSE Bug 1268606 for CVE-2026-48930",
"url": "https://bugzilla.suse.com/1268606"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48930"
},
{
"cve": "CVE-2026-48931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48931"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP Agent can cause a client to accept as valid a response that is send before the client has sent the request.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48931",
"url": "https://www.suse.com/security/cve/CVE-2026-48931"
},
{
"category": "external",
"summary": "SUSE Bug 1268611 for CVE-2026-48931",
"url": "https://bugzilla.suse.com/1268611"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "low"
}
],
"title": "CVE-2026-48931"
},
{
"cve": "CVE-2026-48933",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48933"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js WebCrypto implementation can crash the process if the input of `subtle.encrypt()` is a multiple of 2GiB.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48933",
"url": "https://www.suse.com/security/cve/CVE-2026-48933"
},
{
"category": "external",
"summary": "SUSE Bug 1268592 for CVE-2026-48933",
"url": "https://bugzilla.suse.com/1268592"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "important"
}
],
"title": "CVE-2026-48933"
},
{
"cve": "CVE-2026-48934",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48934"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js TLS host verification can cause an attacker to bypass certification validation.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48934",
"url": "https://www.suse.com/security/cve/CVE-2026-48934"
},
{
"category": "external",
"summary": "SUSE Bug 1268608 for CVE-2026-48934",
"url": "https://bugzilla.suse.com/1268608"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48934"
},
{
"cve": "CVE-2026-48935",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48935"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js Permission API can cause a file metadata to be modified even on a path that was set as read-only with e.g. `--allow-fs-read`.\r\n\r\nThis vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48935",
"url": "https://www.suse.com/security/cve/CVE-2026-48935"
},
{
"category": "external",
"summary": "SUSE Bug 1268609 for CVE-2026-48935",
"url": "https://bugzilla.suse.com/1268609"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48935"
},
{
"cve": "CVE-2026-48937",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48937"
}
],
"notes": [
{
"category": "general",
"text": "A flaw in Node.js HTTP/2 server API can cause servers to keep accepting data even after sending a `GOAWAY` frame. This vulnerability affects two supported release lines: **Node.js 22** and **Node.js 24**.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48937",
"url": "https://www.suse.com/security/cve/CVE-2026-48937"
},
{
"category": "external",
"summary": "SUSE Bug 1268555 for CVE-2026-48937",
"url": "https://bugzilla.suse.com/1268555"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-48937"
},
{
"cve": "CVE-2026-6733",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6733"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nUndici\u0027s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.\n\nThis requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nDisable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6733",
"url": "https://www.suse.com/security/cve/CVE-2026-6733"
},
{
"category": "external",
"summary": "SUSE Bug 1268479 for CVE-2026-6733",
"url": "https://bugzilla.suse.com/1268479"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "low"
}
],
"title": "CVE-2026-6733"
},
{
"cve": "CVE-2026-9496",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9496"
}
],
"notes": [
{
"category": "general",
"text": "Versions of the package pacote from 11.2.7 are vulnerable to Denial of Service (DoS) via the addGitSha function. An attacker can exploit this vulnerability by supplying a specially crafted spec.rawSpec value that triggers the function\u0027s regex replacement and string-manipulation logic, causing excessive CPU consumption and potentially stalling or crashing the process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9496",
"url": "https://www.suse.com/security/cve/CVE-2026-9496"
},
{
"category": "external",
"summary": "SUSE Bug 1266318 for CVE-2026-9496",
"url": "https://bugzilla.suse.com/1266318"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-9496"
},
{
"cve": "CVE-2026-9679",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9679"
}
],
"notes": [
{
"category": "general",
"text": "Impact:\nundici\u0027s cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 5.4 does not specify any decoding and browsers do not decode either.\n\nApplications that parse a Set-Cookie header and then forward the parsed value into a response header (proxies, middleware, SSR frameworks) become vulnerable to HTTP response header injection: an attacker-controlled upstream can inject arbitrary Set-Cookie, Location, or Cache-Control headers into the application\u0027s downstream response, enabling session fixation, open redirect, or cache poisoning.\n\nAffected applications are those that use undici\u0027s cookie parsing (parseSetCookie, parseCookie, getSetCookies) and forward the parsed cookie value into a response header.\n\nThis was introduced in undici 7.0.0 via PR #3789.\n\nPatches:\nUpgrade to undici v6.26.0, v7.28.0 or v8.5.0.\n\nWorkarounds:\nIf upgrade is not immediately possible, do not forward values returned by parseSetCookie/parseCookie/getSetCookies directly into response headers; sanitize the value first to strip or reject CR, LF, NUL, ;, and = bytes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9679",
"url": "https://www.suse.com/security/cve/CVE-2026-9679"
},
{
"category": "external",
"summary": "SUSE Bug 1268477 for CVE-2026-9679",
"url": "https://bugzilla.suse.com/1268477"
}
],
"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.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.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:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-devel-22.23.0-150600.13.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:nodejs22-docs-22.23.0-150600.13.18.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:npm22-22.23.0-150600.13.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T10:34:05Z",
"details": "moderate"
}
],
"title": "CVE-2026-9679"
}
]
}
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.