Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-22025 (GCVE-0-2024-22025)
Vulnerability from cvelistv5 – Published: 2024-03-19 04:32 – Updated: 2025-11-04 16:11
VLAI
EPSS
Summary
A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.
The vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.
An attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-404 - Improper Resource Shutdown or Release
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| NodeJS | Node |
Affected:
4.0 , < 4.*
(semver)
Affected: 5.0 , < 5.* (semver) Affected: 6.0 , < 6.* (semver) Affected: 7.0 , < 7.* (semver) Affected: 8.0 , < 8.* (semver) Affected: 9.0 , < 9.* (semver) Affected: 10.0 , < 10.* (semver) Affected: 11.0 , < 11.* (semver) Affected: 12.0 , < 12.* (semver) Affected: 13.0 , < 13.* (semver) Affected: 14.0 , < 14.* (semver) Affected: 15.0 , < 15.* (semver) Affected: 16.0 , < 16.* (semver) Affected: 17.0 , < 17.* (semver) Affected: 18.0 , < 18.19.1 (semver) Affected: 19.0 , < 19.* (semver) Affected: 20.0 , < 20.11.1 (semver) Affected: 21.0 , < 21.6.2 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T16:11:11.894Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://hackerone.com/reports/2284065"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240517-0008/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00029.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-22025",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-21T20:30:35.279155Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-404",
"description": "CWE-404 Improper Resource Shutdown or Release",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-30T20:32:19.711Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Node",
"vendor": "NodeJS",
"versions": [
{
"lessThan": "4.*",
"status": "affected",
"version": "4.0",
"versionType": "semver"
},
{
"lessThan": "5.*",
"status": "affected",
"version": "5.0",
"versionType": "semver"
},
{
"lessThan": "6.*",
"status": "affected",
"version": "6.0",
"versionType": "semver"
},
{
"lessThan": "7.*",
"status": "affected",
"version": "7.0",
"versionType": "semver"
},
{
"lessThan": "8.*",
"status": "affected",
"version": "8.0",
"versionType": "semver"
},
{
"lessThan": "9.*",
"status": "affected",
"version": "9.0",
"versionType": "semver"
},
{
"lessThan": "10.*",
"status": "affected",
"version": "10.0",
"versionType": "semver"
},
{
"lessThan": "11.*",
"status": "affected",
"version": "11.0",
"versionType": "semver"
},
{
"lessThan": "12.*",
"status": "affected",
"version": "12.0",
"versionType": "semver"
},
{
"lessThan": "13.*",
"status": "affected",
"version": "13.0",
"versionType": "semver"
},
{
"lessThan": "14.*",
"status": "affected",
"version": "14.0",
"versionType": "semver"
},
{
"lessThan": "15.*",
"status": "affected",
"version": "15.0",
"versionType": "semver"
},
{
"lessThan": "16.*",
"status": "affected",
"version": "16.0",
"versionType": "semver"
},
{
"lessThan": "17.*",
"status": "affected",
"version": "17.0",
"versionType": "semver"
},
{
"lessThan": "18.19.1",
"status": "affected",
"version": "18.0",
"versionType": "semver"
},
{
"lessThan": "19.*",
"status": "affected",
"version": "19.0",
"versionType": "semver"
},
{
"lessThan": "20.11.1",
"status": "affected",
"version": "20.0",
"versionType": "semver"
},
{
"lessThan": "21.6.2",
"status": "affected",
"version": "21.0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration."
}
],
"metrics": [
{
"cvssV3_0": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-30T22:25:15.085Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"url": "https://hackerone.com/reports/2284065"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240517-0008/"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2024-22025",
"datePublished": "2024-03-19T04:32:34.211Z",
"dateReserved": "2024-01-04T01:04:06.574Z",
"dateUpdated": "2025-11-04T16:11:11.894Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-22025",
"date": "2026-06-05",
"epss": "0.00636",
"percentile": "0.70846"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-22025\",\"sourceIdentifier\":\"support@hackerone.com\",\"published\":\"2024-03-19T05:15:10.267\",\"lastModified\":\"2025-11-04T17:15:46.070\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.\"},{\"lang\":\"es\",\"value\":\"Se ha identificado una vulnerabilidad en Node.js, que permite un ataque de denegaci\u00f3n de servicio (DoS) por agotamiento de recursos cuando se utiliza la funci\u00f3n fetch() para recuperar contenido de una URL que no es de confianza. La vulnerabilidad surge del hecho de que la funci\u00f3n fetch() en Node.js siempre decodifica Brotli, lo que hace posible que un atacante provoque el agotamiento de los recursos al recuperar contenido de una URL que no es de confianza. Un atacante que controle la URL pasada a fetch() puede aprovechar esta vulnerabilidad para agotar la memoria, lo que podr\u00eda provocar la terminaci\u00f3n del proceso, seg\u00fan la configuraci\u00f3n del sistema.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"support@hackerone.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-404\"}]}],\"references\":[{\"url\":\"https://hackerone.com/reports/2284065\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240517-0008/\",\"source\":\"support@hackerone.com\"},{\"url\":\"https://hackerone.com/reports/2284065\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/09/msg00029.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240517-0008/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://hackerone.com/reports/2284065\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240517-0008/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T22:35:34.825Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-22025\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-21T20:30:35.279155Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-404\", \"description\": \"CWE-404 Improper Resource Shutdown or Release\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-21T20:39:17.683Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"version\": \"3.0\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\"}}], \"affected\": [{\"vendor\": \"NodeJS\", \"product\": \"Node\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0\", \"lessThan\": \"4.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0\", \"lessThan\": \"7.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.0\", \"lessThan\": \"8.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"9.0\", \"lessThan\": \"9.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"10.0\", \"lessThan\": \"10.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"11.0\", \"lessThan\": \"11.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"12.0\", \"lessThan\": \"12.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"13.0\", \"lessThan\": \"13.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"14.0\", \"lessThan\": \"14.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"15.0\", \"lessThan\": \"15.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"16.0\", \"lessThan\": \"16.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"17.0\", \"lessThan\": \"17.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.19.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"19.0\", \"lessThan\": \"19.*\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"20.0\", \"lessThan\": \"20.11.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"21.0\", \"lessThan\": \"21.6.2\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://hackerone.com/reports/2284065\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240517-0008/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.\"}], \"providerMetadata\": {\"orgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"shortName\": \"hackerone\", \"dateUpdated\": \"2025-04-30T22:25:15.085Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-22025\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-30T22:25:15.085Z\", \"dateReserved\": \"2024-01-04T01:04:06.574Z\", \"assignerOrgId\": \"36234546-b8fa-4601-9d6f-f4e334aa8ea1\", \"datePublished\": \"2024-03-19T04:32:34.211Z\", \"assignerShortName\": \"hackerone\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:0643-1
Vulnerability from csaf_suse - Published: 2024-02-28 08:43 - Updated: 2024-02-28 08:43Summary
Security update for nodejs20
Severity
Important
Notes
Title of the patch: Security update for nodejs20
Description of the patch: This update for nodejs20 fixes the following issues:
Update to 20.11.1: (security updates)
* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-21896: Path traversal by monkey-patching Buffer internals (bsc#1219994).j
* CVE-2024-22017: setuid() does not drop all privileges due to io_uring (bsc#1219995).
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-21891: Multiple permission model bypasses due to improper path traversal sequence sanitization (bsc#1219998).
* CVE-2024-21890: Improper handling of wildcards in --allow-fs-read and --allow-fs-write (bsc#1219999).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).
* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).
Update to 20.11.0:
* esm: add import.meta.dirname and import.meta.filename
* fs: add c++ fast path for writeFileSync utf8
* module: remove useCustomLoadersIfPresent flag
* module: bootstrap module loaders in shadow realm
* src: add --disable-warning option
* src: create per isolate proxy env template
* src: make process binding data weak
* stream: use Array for Readable buffer
* stream: optimize creation
* test_runner: adds built in lcov reporter
* test_runner: add Date to the supported mock APIs
* test_runner, cli: add --test-timeout flag
Update to 20.10.0:
* --experimental-default-type flag to flip module defaults
* The new flag --experimental-detect-module can be used to automatically run ES modules when their syntax can be detected.
* Added flush option in file system functions for fs.writeFile functions
* Added experimental WebSocket client
* vm: fix V8 compilation cache support for vm.Script. This fixes performance regression since v16.x when support for importModuleDynamically was added to vm.Script
Patchnames: SUSE-2024-643,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-643,openSUSE-SLE-15.5-2024-643
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.4 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
46 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\nUpdate to 20.11.1: (security updates)\n\n* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-21896: Path traversal by monkey-patching Buffer internals (bsc#1219994).j\n* CVE-2024-22017: setuid() does not drop all privileges due to io_uring (bsc#1219995).\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-21891: Multiple permission model bypasses due to improper path traversal sequence sanitization (bsc#1219998).\n* CVE-2024-21890: Improper handling of wildcards in --allow-fs-read and --allow-fs-write (bsc#1219999).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).\n* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).\n\nUpdate to 20.11.0:\n\n* esm: add import.meta.dirname and import.meta.filename\n* fs: add c++ fast path for writeFileSync utf8\n* module: remove useCustomLoadersIfPresent flag\n* module: bootstrap module loaders in shadow realm\n* src: add --disable-warning option\n* src: create per isolate proxy env template\n* src: make process binding data weak\n* stream: use Array for Readable buffer\n* stream: optimize creation\n* test_runner: adds built in lcov reporter\n* test_runner: add Date to the supported mock APIs\n* test_runner, cli: add --test-timeout flag\n\nUpdate to 20.10.0:\n\n* --experimental-default-type flag to flip module defaults\n* The new flag --experimental-detect-module can be used to automatically run ES modules when their syntax can be detected.\n* Added flush option in file system functions for fs.writeFile functions\n* Added experimental WebSocket client\n* vm: fix V8 compilation cache support for vm.Script. This fixes performance regression since v16.x when support for importModuleDynamically was added to vm.Script\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-643,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-643,openSUSE-SLE-15.5-2024-643",
"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-2024_0643-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0643-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240643-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0643-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018059.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219152",
"url": "https://bugzilla.suse.com/1219152"
},
{
"category": "self",
"summary": "SUSE Bug 1219724",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "self",
"summary": "SUSE Bug 1219992",
"url": "https://bugzilla.suse.com/1219992"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219994",
"url": "https://bugzilla.suse.com/1219994"
},
{
"category": "self",
"summary": "SUSE Bug 1219995",
"url": "https://bugzilla.suse.com/1219995"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1219998",
"url": "https://bugzilla.suse.com/1219998"
},
{
"category": "self",
"summary": "SUSE Bug 1219999",
"url": "https://bugzilla.suse.com/1219999"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21890 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21891 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21892 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21896 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21896/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22017 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22017/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2024-02-28T08:43:43Z",
"generator": {
"date": "2024-02-28T08:43:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0643-1",
"initial_release_date": "2024-02-28T08:43:43Z",
"revision_history": [
{
"date": "2024-02-28T08:43:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.11.1-150500.11.6.1.aarch64",
"product": {
"name": "corepack20-20.11.1-150500.11.6.1.aarch64",
"product_id": "corepack20-20.11.1-150500.11.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.11.1-150500.11.6.1.aarch64",
"product": {
"name": "nodejs20-20.11.1-150500.11.6.1.aarch64",
"product_id": "nodejs20-20.11.1-150500.11.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"product": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"product_id": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.11.1-150500.11.6.1.aarch64",
"product": {
"name": "npm20-20.11.1-150500.11.6.1.aarch64",
"product_id": "npm20-20.11.1-150500.11.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.11.1-150500.11.6.1.i586",
"product": {
"name": "corepack20-20.11.1-150500.11.6.1.i586",
"product_id": "corepack20-20.11.1-150500.11.6.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.11.1-150500.11.6.1.i586",
"product": {
"name": "nodejs20-20.11.1-150500.11.6.1.i586",
"product_id": "nodejs20-20.11.1-150500.11.6.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.11.1-150500.11.6.1.i586",
"product": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.i586",
"product_id": "nodejs20-devel-20.11.1-150500.11.6.1.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.11.1-150500.11.6.1.i586",
"product": {
"name": "npm20-20.11.1-150500.11.6.1.i586",
"product_id": "npm20-20.11.1-150500.11.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"product": {
"name": "nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"product_id": "nodejs20-docs-20.11.1-150500.11.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.11.1-150500.11.6.1.ppc64le",
"product": {
"name": "corepack20-20.11.1-150500.11.6.1.ppc64le",
"product_id": "corepack20-20.11.1-150500.11.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.11.1-150500.11.6.1.ppc64le",
"product": {
"name": "nodejs20-20.11.1-150500.11.6.1.ppc64le",
"product_id": "nodejs20-20.11.1-150500.11.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"product": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"product_id": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.11.1-150500.11.6.1.ppc64le",
"product": {
"name": "npm20-20.11.1-150500.11.6.1.ppc64le",
"product_id": "npm20-20.11.1-150500.11.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.11.1-150500.11.6.1.s390x",
"product": {
"name": "corepack20-20.11.1-150500.11.6.1.s390x",
"product_id": "corepack20-20.11.1-150500.11.6.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.11.1-150500.11.6.1.s390x",
"product": {
"name": "nodejs20-20.11.1-150500.11.6.1.s390x",
"product_id": "nodejs20-20.11.1-150500.11.6.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"product": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"product_id": "nodejs20-devel-20.11.1-150500.11.6.1.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.11.1-150500.11.6.1.s390x",
"product": {
"name": "npm20-20.11.1-150500.11.6.1.s390x",
"product_id": "npm20-20.11.1-150500.11.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.11.1-150500.11.6.1.x86_64",
"product": {
"name": "corepack20-20.11.1-150500.11.6.1.x86_64",
"product_id": "corepack20-20.11.1-150500.11.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.11.1-150500.11.6.1.x86_64",
"product": {
"name": "nodejs20-20.11.1-150500.11.6.1.x86_64",
"product_id": "nodejs20-20.11.1-150500.11.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"product": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"product_id": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.11.1-150500.11.6.1.x86_64",
"product": {
"name": "npm20-20.11.1-150500.11.6.1.x86_64",
"product_id": "npm20-20.11.1-150500.11.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.11.1-150500.11.6.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch"
},
"product_reference": "nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.11.1-150500.11.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "corepack20-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.11.1-150500.11.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "corepack20-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.11.1-150500.11.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "corepack20-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.11.1-150500.11.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "corepack20-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.11.1-150500.11.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "nodejs20-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.11.1-150500.11.6.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch"
},
"product_reference": "nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.11.1-150500.11.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
},
"product_reference": "npm20-20.11.1-150500.11.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-21890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21890"
}
],
"notes": [
{
"category": "general",
"text": "The Node.js Permission Model does not clarify in the documentation that wildcards should be only used as the last character of a file path. For example:\n```\n --allow-fs-read=/home/node/.ssh/*.pub\n```\n\nwill ignore `pub` and give access to everything after `.ssh/`.\n\nThis misleading documentation affects all users using the experimental permission model in Node.js 20 and Node.js 21.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21890",
"url": "https://www.suse.com/security/cve/CVE-2024-21890"
},
{
"category": "external",
"summary": "SUSE Bug 1219999 for CVE-2024-21890",
"url": "https://bugzilla.suse.com/1219999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-21890"
},
{
"cve": "CVE-2024-21891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21891"
}
],
"notes": [
{
"category": "general",
"text": "Node.js depends on multiple built-in utility functions to normalize paths provided to node:fs functions, which can be overwitten with user-defined implementations leading to filesystem permission model bypass through path traversal attack.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21891",
"url": "https://www.suse.com/security/cve/CVE-2024-21891"
},
{
"category": "external",
"summary": "SUSE Bug 1219998 for CVE-2024-21891",
"url": "https://bugzilla.suse.com/1219998"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-21891"
},
{
"cve": "CVE-2024-21892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21892"
}
],
"notes": [
{
"category": "general",
"text": "On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated privileges with the only exception of CAP_NET_BIND_SERVICE.\nDue to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when certain other capabilities have been set.\nThis allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21892",
"url": "https://www.suse.com/security/cve/CVE-2024-21892"
},
{
"category": "external",
"summary": "SUSE Bug 1219992 for CVE-2024-21892",
"url": "https://bugzilla.suse.com/1219992"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-21896",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21896"
}
],
"notes": [
{
"category": "general",
"text": "The permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be treated as a Buffer, the implementation uses Buffer.from() to obtain a Buffer from the result of path.resolve(). By monkey-patching Buffer internals, namely, Buffer.prototype.utf8Write, the application can modify the result of path.resolve(), which leads to a path traversal vulnerability.\nThis vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21.\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21896",
"url": "https://www.suse.com/security/cve/CVE-2024-21896"
},
{
"category": "external",
"summary": "SUSE Bug 1219994 for CVE-2024-21896",
"url": "https://bugzilla.suse.com/1219994"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-21896"
},
{
"cve": "CVE-2024-22017",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22017"
}
],
"notes": [
{
"category": "general",
"text": "setuid() does not affect libuv\u0027s internal io_uring operations if initialized before the call to setuid().\nThis allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid().\nThis vulnerability affects all users using version greater or equal than Node.js 18.18.0, Node.js 20.4.0 and Node.js 21.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22017",
"url": "https://www.suse.com/security/cve/CVE-2024-22017"
},
{
"category": "external",
"summary": "SUSE Bug 1219995 for CVE-2024-22017",
"url": "https://bugzilla.suse.com/1219995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-22017"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:corepack20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.11.1-150500.11.6.1.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.11.1-150500.11.6.1.noarch",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.aarch64",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.ppc64le",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.s390x",
"openSUSE Leap 15.5:npm20-20.11.1-150500.11.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0644-1
Vulnerability from csaf_suse - Published: 2024-02-28 08:43 - Updated: 2024-02-28 08:43Summary
Security update for nodejs18
Severity
Important
Notes
Title of the patch: Security update for nodejs18
Description of the patch: This update for nodejs18 fixes the following issues:
Update to 18.19.1: (security updates)
* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).
* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).
Update to LTS version 18.19.0
* deps: npm updates to 10.x
* esm:
+ Leverage loaders when resolving subsequent loaders
+ import.meta.resolve unflagged
+ --experimental-default-type flag to flip module defaults
Patchnames: SUSE-2024-644,SUSE-SLE-Module-Web-Scripting-12-2024-644
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
29 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to 18.19.1: (security updates)\n\n* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).\n* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).\n\n\nUpdate to LTS version 18.19.0\n\n* deps: npm updates to 10.x\n* esm:\n + Leverage loaders when resolving subsequent loaders\n + import.meta.resolve unflagged\n + --experimental-default-type flag to flip module defaults\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-644,SUSE-SLE-Module-Web-Scripting-12-2024-644",
"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-2024_0644-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0644-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240644-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0644-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018058.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219724",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "self",
"summary": "SUSE Bug 1219992",
"url": "https://bugzilla.suse.com/1219992"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21892 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2024-02-28T08:43:54Z",
"generator": {
"date": "2024-02-28T08:43:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0644-1",
"initial_release_date": "2024-02-28T08:43:54Z",
"revision_history": [
{
"date": "2024-02-28T08:43:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-8.18.1.aarch64",
"product": {
"name": "corepack18-18.19.1-8.18.1.aarch64",
"product_id": "corepack18-18.19.1-8.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-8.18.1.aarch64",
"product": {
"name": "nodejs18-18.19.1-8.18.1.aarch64",
"product_id": "nodejs18-18.19.1-8.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-8.18.1.aarch64",
"product": {
"name": "nodejs18-devel-18.19.1-8.18.1.aarch64",
"product_id": "nodejs18-devel-18.19.1-8.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-8.18.1.aarch64",
"product": {
"name": "npm18-18.19.1-8.18.1.aarch64",
"product_id": "npm18-18.19.1-8.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-8.18.1.i586",
"product": {
"name": "corepack18-18.19.1-8.18.1.i586",
"product_id": "corepack18-18.19.1-8.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-8.18.1.i586",
"product": {
"name": "nodejs18-18.19.1-8.18.1.i586",
"product_id": "nodejs18-18.19.1-8.18.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-8.18.1.i586",
"product": {
"name": "nodejs18-devel-18.19.1-8.18.1.i586",
"product_id": "nodejs18-devel-18.19.1-8.18.1.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-8.18.1.i586",
"product": {
"name": "npm18-18.19.1-8.18.1.i586",
"product_id": "npm18-18.19.1-8.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.19.1-8.18.1.noarch",
"product": {
"name": "nodejs18-docs-18.19.1-8.18.1.noarch",
"product_id": "nodejs18-docs-18.19.1-8.18.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-8.18.1.ppc64le",
"product": {
"name": "corepack18-18.19.1-8.18.1.ppc64le",
"product_id": "corepack18-18.19.1-8.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-8.18.1.ppc64le",
"product": {
"name": "nodejs18-18.19.1-8.18.1.ppc64le",
"product_id": "nodejs18-18.19.1-8.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-8.18.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.19.1-8.18.1.ppc64le",
"product_id": "nodejs18-devel-18.19.1-8.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-8.18.1.ppc64le",
"product": {
"name": "npm18-18.19.1-8.18.1.ppc64le",
"product_id": "npm18-18.19.1-8.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-8.18.1.s390x",
"product": {
"name": "corepack18-18.19.1-8.18.1.s390x",
"product_id": "corepack18-18.19.1-8.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-8.18.1.s390x",
"product": {
"name": "nodejs18-18.19.1-8.18.1.s390x",
"product_id": "nodejs18-18.19.1-8.18.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-8.18.1.s390x",
"product": {
"name": "nodejs18-devel-18.19.1-8.18.1.s390x",
"product_id": "nodejs18-devel-18.19.1-8.18.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-8.18.1.s390x",
"product": {
"name": "npm18-18.19.1-8.18.1.s390x",
"product_id": "npm18-18.19.1-8.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-8.18.1.x86_64",
"product": {
"name": "corepack18-18.19.1-8.18.1.x86_64",
"product_id": "corepack18-18.19.1-8.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-8.18.1.x86_64",
"product": {
"name": "nodejs18-18.19.1-8.18.1.x86_64",
"product_id": "nodejs18-18.19.1-8.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-8.18.1.x86_64",
"product": {
"name": "nodejs18-devel-18.19.1-8.18.1.x86_64",
"product_id": "nodejs18-devel-18.19.1-8.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-8.18.1.x86_64",
"product": {
"name": "npm18-18.19.1-8.18.1.x86_64",
"product_id": "npm18-18.19.1-8.18.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-8.18.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64"
},
"product_reference": "nodejs18-18.19.1-8.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-8.18.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le"
},
"product_reference": "nodejs18-18.19.1-8.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-8.18.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x"
},
"product_reference": "nodejs18-18.19.1-8.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-8.18.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64"
},
"product_reference": "nodejs18-18.19.1-8.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-8.18.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-8.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-8.18.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-8.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-8.18.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x"
},
"product_reference": "nodejs18-devel-18.19.1-8.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-8.18.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-8.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-8.18.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-8.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-8.18.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64"
},
"product_reference": "npm18-18.19.1-8.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-8.18.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le"
},
"product_reference": "npm18-18.19.1-8.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-8.18.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x"
},
"product_reference": "npm18-18.19.1-8.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-8.18.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
},
"product_reference": "npm18-18.19.1-8.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-21892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21892"
}
],
"notes": [
{
"category": "general",
"text": "On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated privileges with the only exception of CAP_NET_BIND_SERVICE.\nDue to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when certain other capabilities have been set.\nThis allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21892",
"url": "https://www.suse.com/security/cve/CVE-2024-21892"
},
{
"category": "external",
"summary": "SUSE Bug 1219992 for CVE-2024-21892",
"url": "https://bugzilla.suse.com/1219992"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "important"
}
],
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.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 Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.19.1-8.18.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.19.1-8.18.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.19.1-8.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-28T08:43:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0728-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:00 - Updated: 2024-02-29 12:00Summary
Security update for nodejs16
Severity
Important
Notes
Title of the patch: Security update for nodejs16
Description of the patch: This update for nodejs16 fixes the following issues:
Security issues fixed:
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).
* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).
Patchnames: SUSE-2024-728,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-728,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-728,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-728,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-728,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-728
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
44 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
44 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
44 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
44 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
44 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nSecurity issues fixed:\n\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).\n* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-728,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-728,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-728,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-728,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-728,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-728",
"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-2024_0728-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0728-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240728-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0728-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018084.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2024-02-29T12:00:10Z",
"generator": {
"date": "2024-02-29T12:00:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0728-1",
"initial_release_date": "2024-02-29T12:00:10Z",
"revision_history": [
{
"date": "2024-02-29T12:00:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150400.3.30.1.aarch64",
"product": {
"name": "corepack16-16.20.2-150400.3.30.1.aarch64",
"product_id": "corepack16-16.20.2-150400.3.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150400.3.30.1.aarch64",
"product": {
"name": "nodejs16-16.20.2-150400.3.30.1.aarch64",
"product_id": "nodejs16-16.20.2-150400.3.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"product": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"product_id": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150400.3.30.1.aarch64",
"product": {
"name": "npm16-16.20.2-150400.3.30.1.aarch64",
"product_id": "npm16-16.20.2-150400.3.30.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150400.3.30.1.i586",
"product": {
"name": "corepack16-16.20.2-150400.3.30.1.i586",
"product_id": "corepack16-16.20.2-150400.3.30.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150400.3.30.1.i586",
"product": {
"name": "nodejs16-16.20.2-150400.3.30.1.i586",
"product_id": "nodejs16-16.20.2-150400.3.30.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150400.3.30.1.i586",
"product": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.i586",
"product_id": "nodejs16-devel-16.20.2-150400.3.30.1.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150400.3.30.1.i586",
"product": {
"name": "npm16-16.20.2-150400.3.30.1.i586",
"product_id": "npm16-16.20.2-150400.3.30.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"product": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"product_id": "nodejs16-docs-16.20.2-150400.3.30.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150400.3.30.1.ppc64le",
"product": {
"name": "corepack16-16.20.2-150400.3.30.1.ppc64le",
"product_id": "corepack16-16.20.2-150400.3.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150400.3.30.1.ppc64le",
"product": {
"name": "nodejs16-16.20.2-150400.3.30.1.ppc64le",
"product_id": "nodejs16-16.20.2-150400.3.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"product_id": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150400.3.30.1.ppc64le",
"product": {
"name": "npm16-16.20.2-150400.3.30.1.ppc64le",
"product_id": "npm16-16.20.2-150400.3.30.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150400.3.30.1.s390x",
"product": {
"name": "corepack16-16.20.2-150400.3.30.1.s390x",
"product_id": "corepack16-16.20.2-150400.3.30.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150400.3.30.1.s390x",
"product": {
"name": "nodejs16-16.20.2-150400.3.30.1.s390x",
"product_id": "nodejs16-16.20.2-150400.3.30.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"product": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"product_id": "nodejs16-devel-16.20.2-150400.3.30.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150400.3.30.1.s390x",
"product": {
"name": "npm16-16.20.2-150400.3.30.1.s390x",
"product_id": "npm16-16.20.2-150400.3.30.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150400.3.30.1.x86_64",
"product": {
"name": "corepack16-16.20.2-150400.3.30.1.x86_64",
"product_id": "corepack16-16.20.2-150400.3.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"product": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"product_id": "nodejs16-16.20.2-150400.3.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"product": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"product_id": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150400.3.30.1.x86_64",
"product": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64",
"product_id": "npm16-16.20.2-150400.3.30.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150400.3.30.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150400.3.30.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
},
"product_reference": "npm16-16.20.2-150400.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:10Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:10Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:nodejs16-devel-16.20.2-150400.3.30.1.x86_64",
"SUSE Manager Server 4.3:nodejs16-docs-16.20.2-150400.3.30.1.noarch",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.ppc64le",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.s390x",
"SUSE Manager Server 4.3:npm16-16.20.2-150400.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0729-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:00 - Updated: 2024-02-29 12:00Summary
Security update for nodejs16
Severity
Important
Notes
Title of the patch: Security update for nodejs16
Description of the patch: This update for nodejs16 fixes the following issues:
Security issues fixed:
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).
* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).
Patchnames: SUSE-2024-729,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-729,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-729,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-729,SUSE-Storage-7.1-2024-729
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nSecurity issues fixed:\n\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).\n* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-729,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-729,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-729,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-729,SUSE-Storage-7.1-2024-729",
"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-2024_0729-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0729-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240729-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0729-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018083.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2024-02-29T12:00:23Z",
"generator": {
"date": "2024-02-29T12:00:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0729-1",
"initial_release_date": "2024-02-29T12:00:23Z",
"revision_history": [
{
"date": "2024-02-29T12:00:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150300.7.33.1.aarch64",
"product": {
"name": "corepack16-16.20.2-150300.7.33.1.aarch64",
"product_id": "corepack16-16.20.2-150300.7.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150300.7.33.1.aarch64",
"product": {
"name": "nodejs16-16.20.2-150300.7.33.1.aarch64",
"product_id": "nodejs16-16.20.2-150300.7.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"product": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"product_id": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150300.7.33.1.aarch64",
"product": {
"name": "npm16-16.20.2-150300.7.33.1.aarch64",
"product_id": "npm16-16.20.2-150300.7.33.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150300.7.33.1.i586",
"product": {
"name": "corepack16-16.20.2-150300.7.33.1.i586",
"product_id": "corepack16-16.20.2-150300.7.33.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150300.7.33.1.i586",
"product": {
"name": "nodejs16-16.20.2-150300.7.33.1.i586",
"product_id": "nodejs16-16.20.2-150300.7.33.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150300.7.33.1.i586",
"product": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.i586",
"product_id": "nodejs16-devel-16.20.2-150300.7.33.1.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150300.7.33.1.i586",
"product": {
"name": "npm16-16.20.2-150300.7.33.1.i586",
"product_id": "npm16-16.20.2-150300.7.33.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"product": {
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"product_id": "nodejs16-docs-16.20.2-150300.7.33.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150300.7.33.1.ppc64le",
"product": {
"name": "corepack16-16.20.2-150300.7.33.1.ppc64le",
"product_id": "corepack16-16.20.2-150300.7.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150300.7.33.1.ppc64le",
"product": {
"name": "nodejs16-16.20.2-150300.7.33.1.ppc64le",
"product_id": "nodejs16-16.20.2-150300.7.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"product_id": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150300.7.33.1.ppc64le",
"product": {
"name": "npm16-16.20.2-150300.7.33.1.ppc64le",
"product_id": "npm16-16.20.2-150300.7.33.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150300.7.33.1.s390x",
"product": {
"name": "corepack16-16.20.2-150300.7.33.1.s390x",
"product_id": "corepack16-16.20.2-150300.7.33.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150300.7.33.1.s390x",
"product": {
"name": "nodejs16-16.20.2-150300.7.33.1.s390x",
"product_id": "nodejs16-16.20.2-150300.7.33.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"product": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"product_id": "nodejs16-devel-16.20.2-150300.7.33.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150300.7.33.1.s390x",
"product": {
"name": "npm16-16.20.2-150300.7.33.1.s390x",
"product_id": "npm16-16.20.2-150300.7.33.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-150300.7.33.1.x86_64",
"product": {
"name": "corepack16-16.20.2-150300.7.33.1.x86_64",
"product_id": "corepack16-16.20.2-150300.7.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"product": {
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"product_id": "nodejs16-16.20.2-150300.7.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"product": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"product_id": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-150300.7.33.1.x86_64",
"product": {
"name": "npm16-16.20.2-150300.7.33.1.x86_64",
"product_id": "npm16-16.20.2-150300.7.33.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-150300.7.33.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-150300.7.33.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64"
},
"product_reference": "npm16-16.20.2-150300.7.33.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:23Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:23Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:23Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:23Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"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 Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Enterprise Storage 7.1:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-devel-16.20.2-150300.7.33.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs16-docs-16.20.2-150300.7.33.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm16-16.20.2-150300.7.33.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:23Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0730-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:00 - Updated: 2024-02-29 12:00Summary
Security update for nodejs18
Severity
Important
Notes
Title of the patch: Security update for nodejs18
Description of the patch: This update for nodejs18 fixes the following issues:
Update to 18.19.1: (security updates)
* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).
* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).
Update to LTS version 18.19.0
* deps: npm updates to 10.x
* esm:
+ Leverage loaders when resolving subsequent loaders
+ import.meta.resolve unflagged
+ --experimental-default-type flag to flip module defaults
Patchnames: SUSE-2024-730,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-730,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-730,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-730,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-730,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-730,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-730,openSUSE-SLE-15.5-2024-730
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.8 (High)
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
29 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to 18.19.1: (security updates)\n\n* CVE-2024-21892: Code injection and privilege escalation through Linux capabilities (bsc#1219992).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: undici version 5.28.3 (bsc#1220017).\n* CVE-2024-24806: libuv version 1.48.0 (bsc#1219724).\n\nUpdate to LTS version 18.19.0\n\n* deps: npm updates to 10.x\n* esm:\n + Leverage loaders when resolving subsequent loaders\n + import.meta.resolve unflagged\n + --experimental-default-type flag to flip module defaults\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-730,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-730,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-730,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-730,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-730,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-730,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-730,openSUSE-SLE-15.5-2024-730",
"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-2024_0730-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0730-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240730-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0730-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-February/034494.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219724",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "self",
"summary": "SUSE Bug 1219992",
"url": "https://bugzilla.suse.com/1219992"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-21892 page",
"url": "https://www.suse.com/security/cve/CVE-2024-21892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2024-02-29T12:00:44Z",
"generator": {
"date": "2024-02-29T12:00:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0730-1",
"initial_release_date": "2024-02-29T12:00:44Z",
"revision_history": [
{
"date": "2024-02-29T12:00:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-150400.9.18.2.aarch64",
"product": {
"name": "corepack18-18.19.1-150400.9.18.2.aarch64",
"product_id": "corepack18-18.19.1-150400.9.18.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"product": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"product_id": "nodejs18-18.19.1-150400.9.18.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"product": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"product_id": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-150400.9.18.2.aarch64",
"product": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64",
"product_id": "npm18-18.19.1-150400.9.18.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-150400.9.18.2.i586",
"product": {
"name": "corepack18-18.19.1-150400.9.18.2.i586",
"product_id": "corepack18-18.19.1-150400.9.18.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-150400.9.18.2.i586",
"product": {
"name": "nodejs18-18.19.1-150400.9.18.2.i586",
"product_id": "nodejs18-18.19.1-150400.9.18.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-150400.9.18.2.i586",
"product": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.i586",
"product_id": "nodejs18-devel-18.19.1-150400.9.18.2.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-150400.9.18.2.i586",
"product": {
"name": "npm18-18.19.1-150400.9.18.2.i586",
"product_id": "npm18-18.19.1-150400.9.18.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"product": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"product_id": "nodejs18-docs-18.19.1-150400.9.18.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-150400.9.18.2.ppc64le",
"product": {
"name": "corepack18-18.19.1-150400.9.18.2.ppc64le",
"product_id": "corepack18-18.19.1-150400.9.18.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"product": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"product_id": "nodejs18-18.19.1-150400.9.18.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"product": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"product_id": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-150400.9.18.2.ppc64le",
"product": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le",
"product_id": "npm18-18.19.1-150400.9.18.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-150400.9.18.2.s390x",
"product": {
"name": "corepack18-18.19.1-150400.9.18.2.s390x",
"product_id": "corepack18-18.19.1-150400.9.18.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-150400.9.18.2.s390x",
"product": {
"name": "nodejs18-18.19.1-150400.9.18.2.s390x",
"product_id": "nodejs18-18.19.1-150400.9.18.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"product": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"product_id": "nodejs18-devel-18.19.1-150400.9.18.2.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-150400.9.18.2.s390x",
"product": {
"name": "npm18-18.19.1-150400.9.18.2.s390x",
"product_id": "npm18-18.19.1-150400.9.18.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.19.1-150400.9.18.2.x86_64",
"product": {
"name": "corepack18-18.19.1-150400.9.18.2.x86_64",
"product_id": "corepack18-18.19.1-150400.9.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"product": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"product_id": "nodejs18-18.19.1-150400.9.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"product": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"product_id": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.19.1-150400.9.18.2.x86_64",
"product": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64",
"product_id": "npm18-18.19.1-150400.9.18.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.19.1-150400.9.18.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "corepack18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.19.1-150400.9.18.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "corepack18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.19.1-150400.9.18.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "corepack18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.19.1-150400.9.18.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "corepack18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.19.1-150400.9.18.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.19.1-150400.9.18.2.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch"
},
"product_reference": "nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.19.1-150400.9.18.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
},
"product_reference": "npm18-18.19.1-150400.9.18.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-21892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-21892"
}
],
"notes": [
{
"category": "general",
"text": "On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated privileges with the only exception of CAP_NET_BIND_SERVICE.\nDue to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when certain other capabilities have been set.\nThis allows unprivileged users to inject code that inherits the process\u0027s elevated privileges.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-21892",
"url": "https://www.suse.com/security/cve/CVE-2024-21892"
},
{
"category": "external",
"summary": "SUSE Bug 1219992 for CVE-2024-21892",
"url": "https://bugzilla.suse.com/1219992"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "important"
}
],
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.ppc64le",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.s390x",
"SUSE Manager Server 4.3:npm18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:corepack18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.19.1-150400.9.18.2.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.19.1-150400.9.18.2.noarch",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.aarch64",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.ppc64le",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.s390x",
"openSUSE Leap 15.5:npm18-18.19.1-150400.9.18.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:00:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0731-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:01 - Updated: 2024-02-29 12:01Summary
Security update for nodejs16
Severity
Important
Notes
Title of the patch: Security update for nodejs16
Description of the patch: This update for nodejs16 fixes the following issues:
Security issues fixed:
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).
* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).
Patchnames: SUSE-2024-731,SUSE-SLE-Module-Web-Scripting-12-2024-731
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs16 fixes the following issues:\n\nSecurity issues fixed:\n\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24758: ignore proxy-authorization header (bsc#1220017).\n* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-731,SUSE-SLE-Module-Web-Scripting-12-2024-731",
"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-2024_0731-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0731-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240731-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0731-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018076.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220017",
"url": "https://bugzilla.suse.com/1220017"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24758 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24758/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs16",
"tracking": {
"current_release_date": "2024-02-29T12:01:07Z",
"generator": {
"date": "2024-02-29T12:01:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0731-1",
"initial_release_date": "2024-02-29T12:01:07Z",
"revision_history": [
{
"date": "2024-02-29T12:01:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-8.39.1.aarch64",
"product": {
"name": "corepack16-16.20.2-8.39.1.aarch64",
"product_id": "corepack16-16.20.2-8.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-8.39.1.aarch64",
"product": {
"name": "nodejs16-16.20.2-8.39.1.aarch64",
"product_id": "nodejs16-16.20.2-8.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-8.39.1.aarch64",
"product": {
"name": "nodejs16-devel-16.20.2-8.39.1.aarch64",
"product_id": "nodejs16-devel-16.20.2-8.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-8.39.1.aarch64",
"product": {
"name": "npm16-16.20.2-8.39.1.aarch64",
"product_id": "npm16-16.20.2-8.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-8.39.1.i586",
"product": {
"name": "corepack16-16.20.2-8.39.1.i586",
"product_id": "corepack16-16.20.2-8.39.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-8.39.1.i586",
"product": {
"name": "nodejs16-16.20.2-8.39.1.i586",
"product_id": "nodejs16-16.20.2-8.39.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-8.39.1.i586",
"product": {
"name": "nodejs16-devel-16.20.2-8.39.1.i586",
"product_id": "nodejs16-devel-16.20.2-8.39.1.i586"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-8.39.1.i586",
"product": {
"name": "npm16-16.20.2-8.39.1.i586",
"product_id": "npm16-16.20.2-8.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs16-docs-16.20.2-8.39.1.noarch",
"product": {
"name": "nodejs16-docs-16.20.2-8.39.1.noarch",
"product_id": "nodejs16-docs-16.20.2-8.39.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-8.39.1.ppc64le",
"product": {
"name": "corepack16-16.20.2-8.39.1.ppc64le",
"product_id": "corepack16-16.20.2-8.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-8.39.1.ppc64le",
"product": {
"name": "nodejs16-16.20.2-8.39.1.ppc64le",
"product_id": "nodejs16-16.20.2-8.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-8.39.1.ppc64le",
"product": {
"name": "nodejs16-devel-16.20.2-8.39.1.ppc64le",
"product_id": "nodejs16-devel-16.20.2-8.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-8.39.1.ppc64le",
"product": {
"name": "npm16-16.20.2-8.39.1.ppc64le",
"product_id": "npm16-16.20.2-8.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-8.39.1.s390x",
"product": {
"name": "corepack16-16.20.2-8.39.1.s390x",
"product_id": "corepack16-16.20.2-8.39.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-8.39.1.s390x",
"product": {
"name": "nodejs16-16.20.2-8.39.1.s390x",
"product_id": "nodejs16-16.20.2-8.39.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-8.39.1.s390x",
"product": {
"name": "nodejs16-devel-16.20.2-8.39.1.s390x",
"product_id": "nodejs16-devel-16.20.2-8.39.1.s390x"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-8.39.1.s390x",
"product": {
"name": "npm16-16.20.2-8.39.1.s390x",
"product_id": "npm16-16.20.2-8.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack16-16.20.2-8.39.1.x86_64",
"product": {
"name": "corepack16-16.20.2-8.39.1.x86_64",
"product_id": "corepack16-16.20.2-8.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-16.20.2-8.39.1.x86_64",
"product": {
"name": "nodejs16-16.20.2-8.39.1.x86_64",
"product_id": "nodejs16-16.20.2-8.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs16-devel-16.20.2-8.39.1.x86_64",
"product": {
"name": "nodejs16-devel-16.20.2-8.39.1.x86_64",
"product_id": "nodejs16-devel-16.20.2-8.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm16-16.20.2-8.39.1.x86_64",
"product": {
"name": "npm16-16.20.2-8.39.1.x86_64",
"product_id": "npm16-16.20.2-8.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-8.39.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64"
},
"product_reference": "nodejs16-16.20.2-8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-8.39.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le"
},
"product_reference": "nodejs16-16.20.2-8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-8.39.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x"
},
"product_reference": "nodejs16-16.20.2-8.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-16.20.2-8.39.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64"
},
"product_reference": "nodejs16-16.20.2-8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-8.39.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64"
},
"product_reference": "nodejs16-devel-16.20.2-8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-8.39.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le"
},
"product_reference": "nodejs16-devel-16.20.2-8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-8.39.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x"
},
"product_reference": "nodejs16-devel-16.20.2-8.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-devel-16.20.2-8.39.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64"
},
"product_reference": "nodejs16-devel-16.20.2-8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs16-docs-16.20.2-8.39.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch"
},
"product_reference": "nodejs16-docs-16.20.2-8.39.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-8.39.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64"
},
"product_reference": "npm16-16.20.2-8.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-8.39.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le"
},
"product_reference": "npm16-16.20.2-8.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-8.39.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x"
},
"product_reference": "npm16-16.20.2-8.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm16-16.20.2-8.39.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
},
"product_reference": "npm16-16.20.2-8.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:07Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:07Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24758"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici already cleared Authorization headers on cross-origin redirects, but did not clear `Proxy-Authentication` headers. This issue has been patched in versions 5.28.3 and 6.6.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24758",
"url": "https://www.suse.com/security/cve/CVE-2024-24758"
},
{
"category": "external",
"summary": "SUSE Bug 1220017 for CVE-2024-24758",
"url": "https://bugzilla.suse.com/1220017"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-devel-16.20.2-8.39.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs16-docs-16.20.2-8.39.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm16-16.20.2-8.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0732-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:01 - Updated: 2024-02-29 12:01Summary
Security update for nodejs14
Severity
Important
Notes
Title of the patch: Security update for nodejs14
Description of the patch: This update for nodejs14 fixes the following issues:
Security issues fixed:
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).
Patchnames: SUSE-2024-732,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-732,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-732,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-732,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-732,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-732,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-732,SUSE-Storage-7.1-2024-732
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
21 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs14 fixes the following issues:\n\nSecurity issues fixed:\n\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-732,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-732,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-732,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-732,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-732,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-732,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-732,SUSE-Storage-7.1-2024-732",
"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-2024_0732-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0732-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240732-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0732-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018075.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs14",
"tracking": {
"current_release_date": "2024-02-29T12:01:40Z",
"generator": {
"date": "2024-02-29T12:01:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0732-1",
"initial_release_date": "2024-02-29T12:01:40Z",
"revision_history": [
{
"date": "2024-02-29T12:01:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.55.1.aarch64",
"product": {
"name": "corepack14-14.21.3-150200.15.55.1.aarch64",
"product_id": "corepack14-14.21.3-150200.15.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"product": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"product_id": "nodejs14-14.21.3-150200.15.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"product_id": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.55.1.aarch64",
"product": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64",
"product_id": "npm14-14.21.3-150200.15.55.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.55.1.i586",
"product": {
"name": "corepack14-14.21.3-150200.15.55.1.i586",
"product_id": "corepack14-14.21.3-150200.15.55.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.55.1.i586",
"product": {
"name": "nodejs14-14.21.3-150200.15.55.1.i586",
"product_id": "nodejs14-14.21.3-150200.15.55.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.55.1.i586",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.i586",
"product_id": "nodejs14-devel-14.21.3-150200.15.55.1.i586"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.55.1.i586",
"product": {
"name": "npm14-14.21.3-150200.15.55.1.i586",
"product_id": "npm14-14.21.3-150200.15.55.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"product": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"product_id": "nodejs14-docs-14.21.3-150200.15.55.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.55.1.ppc64le",
"product": {
"name": "corepack14-14.21.3-150200.15.55.1.ppc64le",
"product_id": "corepack14-14.21.3-150200.15.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"product": {
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"product_id": "nodejs14-14.21.3-150200.15.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"product_id": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.55.1.ppc64le",
"product": {
"name": "npm14-14.21.3-150200.15.55.1.ppc64le",
"product_id": "npm14-14.21.3-150200.15.55.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.55.1.s390x",
"product": {
"name": "corepack14-14.21.3-150200.15.55.1.s390x",
"product_id": "corepack14-14.21.3-150200.15.55.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.55.1.s390x",
"product": {
"name": "nodejs14-14.21.3-150200.15.55.1.s390x",
"product_id": "nodejs14-14.21.3-150200.15.55.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"product_id": "nodejs14-devel-14.21.3-150200.15.55.1.s390x"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.55.1.s390x",
"product": {
"name": "npm14-14.21.3-150200.15.55.1.s390x",
"product_id": "npm14-14.21.3-150200.15.55.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.21.3-150200.15.55.1.x86_64",
"product": {
"name": "corepack14-14.21.3-150200.15.55.1.x86_64",
"product_id": "corepack14-14.21.3-150200.15.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"product": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"product_id": "nodejs14-14.21.3-150200.15.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"product": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"product_id": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm14-14.21.3-150200.15.55.1.x86_64",
"product": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64",
"product_id": "npm14-14.21.3-150200.15.55.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.21.3-150200.15.55.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch"
},
"product_reference": "nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.21.3-150200.15.55.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64"
},
"product_reference": "npm14-14.21.3-150200.15.55.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"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 Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:40Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"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 Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.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 Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:40Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"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 Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"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 Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Enterprise Storage 7.1:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-devel-14.21.3-150200.15.55.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs14-docs-14.21.3-150200.15.55.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm14-14.21.3-150200.15.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:01:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
SUSE-SU-2024:0733-1
Vulnerability from csaf_suse - Published: 2024-02-29 12:02 - Updated: 2024-02-29 12:02Summary
Security update for nodejs12
Severity
Important
Notes
Title of the patch: Security update for nodejs12
Description of the patch: This update for nodejs12 fixes the following issues:
Security issues fixed:
* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).
* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).
* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).
* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).
Patchnames: SUSE-2024-733,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-733,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-733,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-733,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-733,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-733,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-733,SUSE-Storage-7.1-2024-733
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.8 (Medium)
Affected products
Recommended
61 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
21 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs12 fixes the following issues:\n\nSecurity issues fixed:\n\n* CVE-2023-46809: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) (bsc#1219997).\n* CVE-2024-22019: http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks (bsc#1219993).\n* CVE-2024-22025: Denial of Service by resource exhaustion in fetch() brotli decoding (bsc#1220014).\n* CVE-2024-24806: fix improper domain lookup that potentially leads to SSRF attacks (bsc#1219724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-733,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-733,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-733,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-733,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-733,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-733,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-733,SUSE-Storage-7.1-2024-733",
"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-2024_0733-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0733-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240733-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0733-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018074.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219993",
"url": "https://bugzilla.suse.com/1219993"
},
{
"category": "self",
"summary": "SUSE Bug 1219997",
"url": "https://bugzilla.suse.com/1219997"
},
{
"category": "self",
"summary": "SUSE Bug 1220014",
"url": "https://bugzilla.suse.com/1220014"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46809 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22019 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-22025 page",
"url": "https://www.suse.com/security/cve/CVE-2024-22025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
}
],
"title": "Security update for nodejs12",
"tracking": {
"current_release_date": "2024-02-29T12:02:13Z",
"generator": {
"date": "2024-02-29T12:02:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0733-1",
"initial_release_date": "2024-02-29T12:02:13Z",
"revision_history": [
{
"date": "2024-02-29T12:02:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"product": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"product_id": "nodejs12-12.22.12-150200.4.56.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"product_id": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.56.1.aarch64",
"product": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64",
"product_id": "npm12-12.22.12-150200.4.56.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.56.1.i586",
"product": {
"name": "nodejs12-12.22.12-150200.4.56.1.i586",
"product_id": "nodejs12-12.22.12-150200.4.56.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.56.1.i586",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.i586",
"product_id": "nodejs12-devel-12.22.12-150200.4.56.1.i586"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.56.1.i586",
"product": {
"name": "npm12-12.22.12-150200.4.56.1.i586",
"product_id": "npm12-12.22.12-150200.4.56.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"product": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"product_id": "nodejs12-docs-12.22.12-150200.4.56.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"product": {
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"product_id": "nodejs12-12.22.12-150200.4.56.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"product_id": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.56.1.ppc64le",
"product": {
"name": "npm12-12.22.12-150200.4.56.1.ppc64le",
"product_id": "npm12-12.22.12-150200.4.56.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.56.1.s390x",
"product": {
"name": "nodejs12-12.22.12-150200.4.56.1.s390x",
"product_id": "nodejs12-12.22.12-150200.4.56.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"product_id": "nodejs12-devel-12.22.12-150200.4.56.1.s390x"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.56.1.s390x",
"product": {
"name": "npm12-12.22.12-150200.4.56.1.s390x",
"product_id": "npm12-12.22.12-150200.4.56.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"product": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"product_id": "nodejs12-12.22.12-150200.4.56.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"product": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"product_id": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-150200.4.56.1.x86_64",
"product": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64",
"product_id": "npm12-12.22.12-150200.4.56.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.12-150200.4.56.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.12-150200.4.56.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64"
},
"product_reference": "npm12-12.22.12-150200.4.56.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46809"
}
],
"notes": [
{
"category": "general",
"text": "Node.js versions which bundle an unpatched version of OpenSSL or run against a dynamically linked version of OpenSSL which are unpatched are vulnerable to the Marvin Attack - https://people.redhat.com/~hkario/marvin/, if PCKS #1 v1.5 padding is allowed when performing RSA descryption using a private key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46809",
"url": "https://www.suse.com/security/cve/CVE-2023-46809"
},
{
"category": "external",
"summary": "SUSE Bug 1219997 for CVE-2023-46809",
"url": "https://bugzilla.suse.com/1219997"
}
],
"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 Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:02:13Z",
"details": "moderate"
}
],
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-22019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22019"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22019",
"url": "https://www.suse.com/security/cve/CVE-2024-22019"
},
{
"category": "external",
"summary": "SUSE Bug 1219993 for CVE-2024-22019",
"url": "https://bugzilla.suse.com/1219993"
}
],
"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 Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.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 Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:02:13Z",
"details": "important"
}
],
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-22025"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Node.js has been identified, allowing for a Denial of Service (DoS) attack through resource exhaustion when using the fetch() function to retrieve content from an untrusted URL.\nThe vulnerability stems from the fact that the fetch() function in Node.js always decodes Brotli, making it possible for an attacker to cause resource exhaustion when fetching content from an untrusted URL.\nAn attacker controlling the URL passed into fetch() can exploit this vulnerability to exhaust memory, potentially leading to process termination, depending on the system configuration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-22025",
"url": "https://www.suse.com/security/cve/CVE-2024-22025"
},
{
"category": "external",
"summary": "SUSE Bug 1220014 for CVE-2024-22025",
"url": "https://bugzilla.suse.com/1220014"
}
],
"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 Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:02:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24806",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24806"
}
],
"notes": [
{
"category": "general",
"text": "libuv is a multi-platform support library with a focus on asynchronous I/O. The `uv_getaddrinfo` function in `src/unix/getaddrinfo.c` (and its windows counterpart `src/win/getaddrinfo.c`), truncates hostnames to 256 characters before calling `getaddrinfo`. This behavior can be exploited to create addresses like `0x00007f000001`, which are considered valid by `getaddrinfo` and could allow an attacker to craft payloads that resolve to unintended IP addresses, bypassing developer checks. The vulnerability arises due to how the `hostname_ascii` variable (with a length of 256 bytes) is handled in `uv_getaddrinfo` and subsequently in `uv__idna_toascii`. When the hostname exceeds 256 characters, it gets truncated without a terminating null byte. As a result attackers may be able to access internal APIs or for websites (similar to MySpace) that allows users to have `username.example.com` pages. Internal services that crawl or cache these user pages can be exposed to SSRF attacks if a malicious user chooses a long vulnerable username. This issue has been addressed in release version 1.48.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24806",
"url": "https://www.suse.com/security/cve/CVE-2024-24806"
},
{
"category": "external",
"summary": "SUSE Bug 1219724 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1219724"
},
{
"category": "external",
"summary": "SUSE Bug 1220056 for CVE-2024-24806",
"url": "https://bugzilla.suse.com/1220056"
}
],
"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 Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Enterprise Storage 7.1:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Enterprise Storage 7.1:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-devel-12.22.12-150200.4.56.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:nodejs12-docs-12.22.12-150200.4.56.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:npm12-12.22.12-150200.4.56.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-29T12:02:13Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
}
]
}
WID-SEC-W-2024-0393
Vulnerability from csaf_certbund - Published: 2024-02-14 23:00 - Updated: 2025-11-11 23:00Summary
Node.js: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern.
Betroffene Betriebssysteme: - Linux
- MacOS X
- Windows
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
Affected products
Known affected
23 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway <10.5.4
IBM / DataPower Gateway
|
<10.5.4 | ||
|
IBM Rational Application Developer for WebSphere Software 9.7
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7
|
9.7 | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DataPower Gateway <10.5.0.10
IBM / DataPower Gateway
|
<10.5.0.10 | ||
|
IBM Rational Application Developer for WebSphere Software 9.6
IBM / Rational Application Developer for WebSphere Software
|
cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6
|
9.6 | |
|
IBM DataPower Gateway <10.0.1.18
IBM / DataPower Gateway
|
<10.0.1.18 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <5.0.17
IBM / App Connect Enterprise
|
Certified Container Operator <5.0.17 | ||
|
Hitachi Ops Center
Hitachi
|
cpe:/a:hitachi:ops_center:-
|
— | |
|
IBM App Connect Enterprise
IBM / App Connect Enterprise
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
IBM App Connect Enterprise Certified Container Operator <11.5.0
IBM / App Connect Enterprise
|
Certified Container Operator <11.5.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM Business Automation Workflow
IBM
|
cpe:/a:ibm:business_automation_workflow:-
|
— | |
|
Open Source Node.js <18.19.1
Open Source / Node.js
|
<18.19.1 | ||
|
Rockwell Automation FactoryTalk Policy Manager <6.60.00
Rockwell Automation / FactoryTalk
|
Policy Manager <6.60.00 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Open Source Node.js <20.11.1
Open Source / Node.js
|
<20.11.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Node.js <21.6.2
Open Source / Node.js
|
<21.6.2 |
References
87 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um beliebigen Code auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren oder seine Privilegien zu erweitern.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0393 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0393.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0393 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0393"
},
{
"category": "external",
"summary": "NodeJS Security Releases vom 2024-02-14",
"url": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases"
},
{
"category": "external",
"summary": "NodeJS Release Notes vom 2024-02-14",
"url": "https://nodejs.org/en/blog/release/v18.19.1"
},
{
"category": "external",
"summary": "NodeJS Release Notes vom 2024-02-14",
"url": "https://nodejs.org/en/blog/release/v20.11.1"
},
{
"category": "external",
"summary": "NodeJS Release Notes vom 2024-02-14",
"url": "https://nodejs.org/en/blog/release/v21.6.2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0644-1 vom 2024-02-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018058.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6666-1 vom 2024-02-28",
"url": "https://ubuntu.com/security/notices/USN-6666-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0643-1 vom 2024-02-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018059.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0730-1 vom 2024-02-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018077.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0730-1 vom 2024-02-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018078.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0731-1 vom 2024-02-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018076.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0733-1 vom 2024-02-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018074.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0732-1 vom 2024-02-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/018075.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0728-1 vom 2024-03-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018084.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:0729-1 vom 2024-03-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018083.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7129324 vom 2024-03-01",
"url": "https://www.ibm.com/support/pages/node/7129324"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2474 vom 2024-03-05",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2474.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3752 vom 2024-03-05",
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7129940 vom 2024-03-06",
"url": "https://www.ibm.com/support/pages/node/7129940"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5638 vom 2024-03-10",
"url": "https://lists.debian.org/debian-security-announce/2024/msg00044.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1354 vom 2024-03-18",
"url": "https://access.redhat.com/errata/RHSA-2024:1354"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1424 vom 2024-03-19",
"url": "https://access.redhat.com/errata/RHSA-2024:1424"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1438 vom 2024-03-20",
"url": "https://access.redhat.com/errata/RHSA-2024:1438"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1444 vom 2024-03-20",
"url": "https://access.redhat.com/errata/RHSA-2024:1444"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1438 vom 2024-03-21",
"url": "https://linux.oracle.com/errata/ELSA-2024-1438.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1444 vom 2024-03-21",
"url": "https://linux.oracle.com/errata/ELSA-2024-1444.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1503 vom 2024-03-25",
"url": "https://access.redhat.com/errata/RHSA-2024:1503"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1510 vom 2024-03-26",
"url": "https://access.redhat.com/errata/RHSA-2024:1510"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1503 vom 2024-03-27",
"url": "https://errata.build.resf.org/RLSA-2024:1503"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1503 vom 2024-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2024-1503.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3776 vom 2024-03-27",
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1510 vom 2024-03-27",
"url": "https://errata.build.resf.org/RLSA-2024:1510"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1444 vom 2024-03-27",
"url": "https://errata.build.resf.org/RLSA-2024:1444"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1510 vom 2024-03-27",
"url": "http://linux.oracle.com/errata/ELSA-2024-1510.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1510 vom 2024-03-27",
"url": "https://linux.oracle.com/errata/ELSA-2024-1510.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145582 vom 2024-04-01",
"url": "https://www.ibm.com/support/pages/node/7145582"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1678 vom 2024-04-04",
"url": "https://access.redhat.com/errata/RHSA-2024:1678"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1688 vom 2024-04-08",
"url": "https://access.redhat.com/errata/RHSA-2024:1688"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1687 vom 2024-04-08",
"url": "https://access.redhat.com/errata/RHSA-2024:1687"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1688 vom 2024-04-09",
"url": "https://linux.oracle.com/errata/ELSA-2024-1688.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-1687 vom 2024-04-09",
"url": "https://linux.oracle.com/errata/ELSA-2024-1687.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1301-1 vom 2024-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018360.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1309-1 vom 2024-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018363.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:1307-1 vom 2024-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018365.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1880 vom 2024-04-18",
"url": "https://access.redhat.com/errata/RHSA-2024:1880"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1932 vom 2024-04-22",
"url": "https://access.redhat.com/errata/RHSA-2024:1932"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2651 vom 2024-05-02",
"url": "https://access.redhat.com/errata/RHSA-2024:2651"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1687 vom 2024-05-06",
"url": "https://errata.build.resf.org/RLSA-2024:1687"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1688 vom 2024-05-06",
"url": "https://errata.build.resf.org/RLSA-2024:1688"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:2778 vom 2024-05-09",
"url": "https://errata.build.resf.org/RLSA-2024:2778"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2780 vom 2024-05-09",
"url": "https://access.redhat.com/errata/RHSA-2024:2780"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:2780 vom 2024-05-09",
"url": "https://errata.build.resf.org/RLSA-2024:2780"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2778 vom 2024-05-09",
"url": "https://access.redhat.com/errata/RHSA-2024:2778"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2793 vom 2024-05-09",
"url": "https://access.redhat.com/errata/RHSA-2024:2793"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2779 vom 2024-05-09",
"url": "https://access.redhat.com/errata/RHSA-2024:2779"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2778 vom 2024-05-09",
"url": "https://linux.oracle.com/errata/ELSA-2024-2778.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:2779 vom 2024-05-09",
"url": "https://errata.build.resf.org/RLSA-2024:2779"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7150839 vom 2024-05-10",
"url": "https://www.ibm.com/support/pages/node/7150839"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2780 vom 2024-05-10",
"url": "https://linux.oracle.com/errata/ELSA-2024-2780.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:1438 vom 2024-05-10",
"url": "https://errata.build.resf.org/RLSA-2024:1438"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7151378 vom 2024-05-14",
"url": "https://www.ibm.com/support/pages/node/7151378"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2779 vom 2024-05-15",
"url": "https://linux.oracle.com/errata/ELSA-2024-2779.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2853 vom 2024-05-15",
"url": "https://access.redhat.com/errata/RHSA-2024:2853"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-2853 vom 2024-05-17",
"url": "https://linux.oracle.com/errata/ELSA-2024-2853.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2910 vom 2024-05-20",
"url": "https://access.redhat.com/errata/RHSA-2024:2910"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7149175 vom 2024-05-24",
"url": "https://www.ibm.com/support/pages/node/7149175"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:2910 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:2910"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2024:2853 vom 2024-06-14",
"url": "https://errata.build.resf.org/RLSA-2024:2853"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4247 vom 2024-07-03",
"url": "https://access.redhat.com/errata/RHSA-2024:4247"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-4247 vom 2024-07-03",
"url": "https://linux.oracle.com/errata/ELSA-2024-4247.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4559 vom 2024-07-16",
"url": "https://access.redhat.com/errata/RHSA-2024:4559"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18",
"url": "https://access.redhat.com/errata/RHSA-2024:4631"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4756 vom 2024-07-24",
"url": "https://access.redhat.com/errata/RHSA-2024:4756"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4721 vom 2024-07-23",
"url": "https://access.redhat.com/errata/RHSA-2024:4721"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-4756 vom 2024-07-24",
"url": "https://linux.oracle.com/errata/ELSA-2024-4756.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7162077 vom 2024-07-31",
"url": "https://www.ibm.com/support/pages/node/7162077"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3886 vom 2024-09-14",
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00029.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7172523 vom 2024-10-08",
"url": "https://www.ibm.com/support/pages/node/7172523"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:8132 vom 2024-10-15",
"url": "https://access.redhat.com/errata/RHSA-2024:8132"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2024:4109-1 vom 2024-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019873.html"
},
{
"category": "external",
"summary": "Hitachi Vulnerability Information HITACHI-SEC-2024-150 vom 2024-12-17",
"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2024-150/index.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202501-05 vom 2025-01-23",
"url": "https://security.gentoo.org/glsa/202501-05"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202505-11 vom 2025-05-14",
"url": "https://security.gentoo.org/glsa/202505-11"
},
{
"category": "external",
"summary": "F5 Security Advisory K000152876 vom 2025-08-05",
"url": "https://my.f5.com/manage/s/article/K000152876"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5991 vom 2025-08-29",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00155.html"
},
{
"category": "external",
"summary": "Rockwell Automation Security Advisory SD1762 vom 2025-11-11",
"url": "https://www.rockwellautomation.com/en-us/trust-center/security-advisories/advisory.SD1762.html"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-11-11T23:00:00.000+00:00",
"generator": {
"date": "2025-11-12T07:12:28.344+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2024-0393",
"initial_release_date": "2024-02-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-02-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-02-15T23:00:00.000+00:00",
"number": "2",
"summary": "CVE erg\u00e4nzt"
},
{
"date": "2024-02-28T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2024-02-29T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-04T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-03-05T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-03-10T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-03-17T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-19T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-20T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-21T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-03-25T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-26T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Oracle Linux und Debian aufgenommen"
},
{
"date": "2024-03-27T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-04-01T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von IBM und IBM-APAR aufgenommen"
},
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-07T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-08T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-04-15T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-04-17T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-21T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-01T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-06T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-05-09T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2024-05-12T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von IBM, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-05-13T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-05-14T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-05-15T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-16T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-05-20T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-23T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-06-16T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2024-07-02T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2024-07-16T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-18T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-23T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-24T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-07-31T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-09-15T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-10-07T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-10-15T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-11-28T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-12-17T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von HITACHI aufgenommen"
},
{
"date": "2025-01-22T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von Rockwell Automation aufgenommen"
}
],
"status": "final",
"version": "50"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "F5 BIG-IP",
"product": {
"name": "F5 BIG-IP",
"product_id": "T001663",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:-"
}
}
}
],
"category": "vendor",
"name": "F5"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "Hitachi Ops Center",
"product": {
"name": "Hitachi Ops Center",
"product_id": "T038840",
"product_identification_helper": {
"cpe": "cpe:/a:hitachi:ops_center:-"
}
}
}
],
"category": "vendor",
"name": "Hitachi"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container Operator \u003c11.5.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator \u003c11.5.0",
"product_id": "T035057"
}
},
{
"category": "product_version",
"name": "Certified Container Operator 11.5.0",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator 11.5.0",
"product_id": "T035057-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:11.5.0::certified_container_operator"
}
}
},
{
"category": "product_version_range",
"name": "Certified Container Operator \u003c5.0.17",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator \u003c5.0.17",
"product_id": "T035058"
}
},
{
"category": "product_version",
"name": "Certified Container Operator 5.0.17",
"product": {
"name": "IBM App Connect Enterprise Certified Container Operator 5.0.17",
"product_id": "T035058-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:5.0.17::certified_container_operator"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"category": "product_name",
"name": "IBM Business Automation Workflow",
"product": {
"name": "IBM Business Automation Workflow",
"product_id": "T019704",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:business_automation_workflow:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.5.4",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.4",
"product_id": "T033810"
}
},
{
"category": "product_version",
"name": "10.5.4",
"product": {
"name": "IBM DataPower Gateway 10.5.4",
"product_id": "T033810-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.5.0.10",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.10",
"product_id": "T033811"
}
},
{
"category": "product_version",
"name": "10.5.0.10",
"product": {
"name": "IBM DataPower Gateway 10.5.0.10",
"product_id": "T033811-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.1.18",
"product": {
"name": "IBM DataPower Gateway \u003c10.0.1.18",
"product_id": "T033812"
}
},
{
"category": "product_version",
"name": "10.0.1.18",
"product": {
"name": "IBM DataPower Gateway 10.0.1.18",
"product_id": "T033812-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.0.1.18"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version",
"name": "9.6",
"product": {
"name": "IBM Rational Application Developer for WebSphere Software 9.6",
"product_id": "T012259",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_application_developer_for_websphere_software:9.6"
}
}
},
{
"category": "product_version",
"name": "9.7",
"product": {
"name": "IBM Rational Application Developer for WebSphere Software 9.7",
"product_id": "T033489",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_application_developer_for_websphere_software:9.7"
}
}
}
],
"category": "product_name",
"name": "Rational Application Developer for WebSphere Software"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c18.19.1",
"product": {
"name": "Open Source Node.js \u003c18.19.1",
"product_id": "T032827"
}
},
{
"category": "product_version",
"name": "18.19.1",
"product": {
"name": "Open Source Node.js 18.19.1",
"product_id": "T032827-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:18.19.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c20.11.1",
"product": {
"name": "Open Source Node.js \u003c20.11.1",
"product_id": "T032828"
}
},
{
"category": "product_version",
"name": "20.11.1",
"product": {
"name": "Open Source Node.js 20.11.1",
"product_id": "T032828-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:20.11.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c21.6.2",
"product": {
"name": "Open Source Node.js \u003c21.6.2",
"product_id": "T032829"
}
},
{
"category": "product_version",
"name": "21.6.2",
"product": {
"name": "Open Source Node.js 21.6.2",
"product_id": "T032829-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nodejs:nodejs:21.6.2"
}
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Policy Manager \u003c6.60.00",
"product": {
"name": "Rockwell Automation FactoryTalk Policy Manager \u003c6.60.00",
"product_id": "T048465"
}
},
{
"category": "product_version",
"name": "Policy Manager 6.60.00",
"product": {
"name": "Rockwell Automation FactoryTalk Policy Manager 6.60.00",
"product_id": "T048465-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:rockwellautomation:factorytalk:policy_manager__6.60.00"
}
}
}
],
"category": "product_name",
"name": "FactoryTalk"
}
],
"category": "vendor",
"name": "Rockwell Automation"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46809",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2023-46809"
},
{
"cve": "CVE-2024-21890",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-21890"
},
{
"cve": "CVE-2024-21891",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-21891"
},
{
"cve": "CVE-2024-21892",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-21892"
},
{
"cve": "CVE-2024-21896",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-21896"
},
{
"cve": "CVE-2024-22017",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-22017"
},
{
"cve": "CVE-2024-22019",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-22019"
},
{
"cve": "CVE-2024-22025",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-22025"
},
{
"cve": "CVE-2024-24758",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-24758"
},
{
"cve": "CVE-2024-24806",
"product_status": {
"known_affected": [
"T033810",
"T033489",
"67646",
"T033811",
"T012259",
"T033812",
"T012167",
"T004914",
"T032255",
"T035058",
"T038840",
"T032495",
"T035057",
"2951",
"T002207",
"T000126",
"T019704",
"T032827",
"T048465",
"T001663",
"T032828",
"398363",
"T032829"
]
},
"release_date": "2024-02-14T23:00:00.000+00:00",
"title": "CVE-2024-24806"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…