Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24806 (GCVE-0-2024-24806)
Vulnerability from cvelistv5 – Published: 2024-02-07 21:44 – Updated: 2025-06-17 14:17
VLAI
EPSS
Title
Improper Domain Lookup that potentially leads to SSRF attacks in libuv
Summary
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.
Severity
7.3 (High)
CWE
- CWE-918 - Server-Side Request Forgery (SSRF)
Assigner
References
11 references
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-09-02T17:08:43.903Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6"
},
{
"name": "https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629"
},
{
"name": "https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70"
},
{
"name": "https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488"
},
{
"name": "https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/02/08/2"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/02/11/1"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/03/11/1"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240605-0008/"
},
{
"tags": [
"x_transferred"
],
"url": "https://gitlab.kitware.com/cmake/cmake/-/issues/26112"
}
],
"title": "CVE Program Container",
"x_generator": {
"engine": "ADPogram 0.0.1"
}
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-24806",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-02-21T20:41:52.764681Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-06-17T14:17:09.153Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "libuv",
"vendor": "libuv",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.45.0, \u003c 1.48.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-918",
"description": "CWE-918: Server-Side Request Forgery (SSRF)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-07-18T00:17:58.651Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6"
},
{
"name": "https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629"
},
{
"name": "https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70"
},
{
"name": "https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488"
},
{
"name": "https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/02/08/2"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/02/11/1"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/11/1"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240605-0008/"
},
{
"url": "https://gitlab.kitware.com/cmake/cmake/-/issues/26112"
}
],
"source": {
"advisory": "GHSA-f74f-cvh7-c6q6",
"discovery": "UNKNOWN"
},
"title": "Improper Domain Lookup that potentially leads to SSRF attacks in libuv"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-24806",
"datePublished": "2024-02-07T21:44:33.566Z",
"dateReserved": "2024-01-31T16:28:17.940Z",
"dateUpdated": "2025-06-17T14:17:09.153Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24806",
"date": "2026-05-30",
"epss": "0.002",
"percentile": "0.41981"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24806\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-02-07T22:15:10.173\",\"lastModified\":\"2024-11-21T08:59:45.137\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"libuv es una librer\u00eda de soporte multiplataforma centrada en E/S as\u00edncrona. La funci\u00f3n `uv_getaddrinfo` en `src/unix/getaddrinfo.c` (y su contraparte de Windows `src/win/getaddrinfo.c`), trunca los nombres de host a 256 caracteres antes de llamar a `getaddrinfo`. Este comportamiento se puede aprovechar para crear direcciones como `0x00007f000001`, que `getaddrinfo` considera v\u00e1lidas y podr\u00edan permitir a un atacante crear payloads que se resuelvan en direcciones IP no deseadas, evitando las comprobaciones de los desarrolladores. La vulnerabilidad surge debido a c\u00f3mo se maneja la variable `hostname_ascii` (con una longitud de 256 bytes) en `uv_getaddrinfo` y posteriormente en `uv__idna_toascii`. Cuando el nombre de host supera los 256 caracteres, se trunca sin un byte nulo final. Como resultado, los atacantes pueden acceder a API internas o a sitios web (similares a MySpace) que permiten a los usuarios tener p\u00e1ginas `nombre de usuario.ejemplo.com`. Los servicios internos que rastrean o almacenan en cach\u00e9 estas p\u00e1ginas de usuario pueden quedar expuestos a ataques SSRF si un usuario malintencionado elige un nombre de usuario largo y vulnerable. Este problema se solucion\u00f3 en la versi\u00f3n 1.48.0. Se recomienda a los usuarios que actualicen. No se conocen workarounds para esta vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-918\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libuv:libuv:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.24.0\",\"versionEndExcluding\":\"1.48.0\",\"matchCriteriaId\":\"7A5D8905-1DA8-45F4-886D-2FDAA3C722DF\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/02/08/2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/02/11/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/11/1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.kitware.com/cmake/cmake/-/issues/26112\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240605-0008/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/02/08/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/02/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/11/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.kitware.com/cmake/cmake/-/issues/26112\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240605-0008/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\", \"name\": \"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\", \"name\": \"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\", \"name\": \"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\", \"name\": \"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\", \"name\": \"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/02/08/2\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/02/11/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/11/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240605-0008/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://gitlab.kitware.com/cmake/cmake/-/issues/26112\", \"tags\": [\"x_transferred\"]}], \"x_generator\": {\"engine\": \"ADPogram 0.0.1\"}, \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-09-02T17:08:43.903Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24806\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-02-21T20:41:52.764681Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-17T14:17:04.315Z\"}}], \"cna\": {\"title\": \"Improper Domain Lookup that potentially leads to SSRF attacks in libuv\", \"source\": {\"advisory\": \"GHSA-f74f-cvh7-c6q6\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"libuv\", \"product\": \"libuv\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.45.0, \u003c 1.48.0\"}]}], \"references\": [{\"url\": \"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\", \"name\": \"https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\", \"name\": \"https://github.com/libuv/libuv/commit/0f2d7e784a256b54b2385043438848047bc2a629\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\", \"name\": \"https://github.com/libuv/libuv/commit/3530bcc30350d4a6ccf35d2f7b33e23292b9de70\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\", \"name\": \"https://github.com/libuv/libuv/commit/c858a147643de38a09dd4164758ae5b685f2b488\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\", \"name\": \"https://github.com/libuv/libuv/commit/e0327e1d508b8207c9150b6e582f0adf26213c39\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/02/08/2\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/02/11/1\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00005.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/11/1\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240605-0008/\"}, {\"url\": \"https://gitlab.kitware.com/cmake/cmake/-/issues/26112\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-918\", \"description\": \"CWE-918: Server-Side Request Forgery (SSRF)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-07-18T00:17:58.651Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24806\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-17T14:17:09.153Z\", \"dateReserved\": \"2024-01-31T16:28:17.940Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-02-07T21:44:33.566Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
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"
}
]
}
SUSE-SU-2024:1301-1
Vulnerability from csaf_suse - Published: 2024-04-16 01:33 - Updated: 2024-04-16 01:33Summary
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.12.1
Security fixes:
- CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)
- CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)
- CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)
- CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603)
- CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)
Patchnames: SUSE-2024-1301,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-1301,openSUSE-SLE-15.5-2024-1301
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.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.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.1 (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.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.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 nodejs20",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs20 fixes the following issues:\n\nUpdate to 20.12.1\n\nSecurity fixes:\n\n - CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)\n - CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)\n - CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)\n - CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603) \n - CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1301,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-1301,openSUSE-SLE-15.5-2024-1301",
"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_1301-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1301-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241301-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1301-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034986.html"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE Bug 1222244",
"url": "https://bugzilla.suse.com/1222244"
},
{
"category": "self",
"summary": "SUSE Bug 1222384",
"url": "https://bugzilla.suse.com/1222384"
},
{
"category": "self",
"summary": "SUSE Bug 1222530",
"url": "https://bugzilla.suse.com/1222530"
},
{
"category": "self",
"summary": "SUSE Bug 1222603",
"url": "https://bugzilla.suse.com/1222603"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27982 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27982/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27983 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27983/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30260 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30260/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30261 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30261/"
}
],
"title": "Security update for nodejs20",
"tracking": {
"current_release_date": "2024-04-16T01:33:32Z",
"generator": {
"date": "2024-04-16T01:33:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1301-1",
"initial_release_date": "2024-04-16T01:33:32Z",
"revision_history": [
{
"date": "2024-04-16T01:33:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.12.1-150500.11.9.2.aarch64",
"product": {
"name": "corepack20-20.12.1-150500.11.9.2.aarch64",
"product_id": "corepack20-20.12.1-150500.11.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.12.1-150500.11.9.2.aarch64",
"product": {
"name": "nodejs20-20.12.1-150500.11.9.2.aarch64",
"product_id": "nodejs20-20.12.1-150500.11.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"product": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"product_id": "nodejs20-devel-20.12.1-150500.11.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm20-20.12.1-150500.11.9.2.aarch64",
"product": {
"name": "npm20-20.12.1-150500.11.9.2.aarch64",
"product_id": "npm20-20.12.1-150500.11.9.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.12.1-150500.11.9.2.i586",
"product": {
"name": "corepack20-20.12.1-150500.11.9.2.i586",
"product_id": "corepack20-20.12.1-150500.11.9.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-20.12.1-150500.11.9.2.i586",
"product": {
"name": "nodejs20-20.12.1-150500.11.9.2.i586",
"product_id": "nodejs20-20.12.1-150500.11.9.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.12.1-150500.11.9.2.i586",
"product": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.i586",
"product_id": "nodejs20-devel-20.12.1-150500.11.9.2.i586"
}
},
{
"category": "product_version",
"name": "npm20-20.12.1-150500.11.9.2.i586",
"product": {
"name": "npm20-20.12.1-150500.11.9.2.i586",
"product_id": "npm20-20.12.1-150500.11.9.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"product": {
"name": "nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"product_id": "nodejs20-docs-20.12.1-150500.11.9.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.12.1-150500.11.9.2.ppc64le",
"product": {
"name": "corepack20-20.12.1-150500.11.9.2.ppc64le",
"product_id": "corepack20-20.12.1-150500.11.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-20.12.1-150500.11.9.2.ppc64le",
"product": {
"name": "nodejs20-20.12.1-150500.11.9.2.ppc64le",
"product_id": "nodejs20-20.12.1-150500.11.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"product": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"product_id": "nodejs20-devel-20.12.1-150500.11.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm20-20.12.1-150500.11.9.2.ppc64le",
"product": {
"name": "npm20-20.12.1-150500.11.9.2.ppc64le",
"product_id": "npm20-20.12.1-150500.11.9.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.12.1-150500.11.9.2.s390x",
"product": {
"name": "corepack20-20.12.1-150500.11.9.2.s390x",
"product_id": "corepack20-20.12.1-150500.11.9.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-20.12.1-150500.11.9.2.s390x",
"product": {
"name": "nodejs20-20.12.1-150500.11.9.2.s390x",
"product_id": "nodejs20-20.12.1-150500.11.9.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"product": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"product_id": "nodejs20-devel-20.12.1-150500.11.9.2.s390x"
}
},
{
"category": "product_version",
"name": "npm20-20.12.1-150500.11.9.2.s390x",
"product": {
"name": "npm20-20.12.1-150500.11.9.2.s390x",
"product_id": "npm20-20.12.1-150500.11.9.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack20-20.12.1-150500.11.9.2.x86_64",
"product": {
"name": "corepack20-20.12.1-150500.11.9.2.x86_64",
"product_id": "corepack20-20.12.1-150500.11.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-20.12.1-150500.11.9.2.x86_64",
"product": {
"name": "nodejs20-20.12.1-150500.11.9.2.x86_64",
"product_id": "nodejs20-20.12.1-150500.11.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"product": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"product_id": "nodejs20-devel-20.12.1-150500.11.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm20-20.12.1-150500.11.9.2.x86_64",
"product": {
"name": "npm20-20.12.1-150500.11.9.2.x86_64",
"product_id": "npm20-20.12.1-150500.11.9.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": "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.12.1-150500.11.9.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:nodejs20-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.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": "nodejs20-devel-20.12.1-150500.11.9.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:nodejs20-devel-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-devel-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:nodejs20-devel-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.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": "nodejs20-docs-20.12.1-150500.11.9.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:nodejs20-docs-20.12.1-150500.11.9.2.noarch"
},
"product_reference": "nodejs20-docs-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:npm20-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:npm20-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:npm20-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.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.12.1-150500.11.9.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:npm20-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "npm20-20.12.1-150500.11.9.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": "corepack20-20.12.1-150500.11.9.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "corepack20-20.12.1-150500.11.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.12.1-150500.11.9.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "corepack20-20.12.1-150500.11.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.12.1-150500.11.9.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "corepack20-20.12.1-150500.11.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack20-20.12.1-150500.11.9.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "corepack20-20.12.1-150500.11.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.12.1-150500.11.9.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.12.1-150500.11.9.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.12.1-150500.11.9.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-20.12.1-150500.11.9.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "nodejs20-20.12.1-150500.11.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-devel-20.12.1-150500.11.9.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs20-docs-20.12.1-150500.11.9.2.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch"
},
"product_reference": "nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.12.1-150500.11.9.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.12.1-150500.11.9.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.12.1-150500.11.9.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm20-20.12.1-150500.11.9.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
},
"product_reference": "npm20-20.12.1-150500.11.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"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.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.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 Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.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 Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T01:33:32Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-27982",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27982"
}
],
"notes": [
{
"category": "general",
"text": "The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27982",
"url": "https://www.suse.com/security/cve/CVE-2024-27982"
},
{
"category": "external",
"summary": "SUSE Bug 1222384 for CVE-2024-27982",
"url": "https://bugzilla.suse.com/1222384"
}
],
"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.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T01:33:32Z",
"details": "moderate"
}
],
"title": "CVE-2024-27982"
},
{
"cve": "CVE-2024-27983",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27983"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27983",
"url": "https://www.suse.com/security/cve/CVE-2024-27983"
},
{
"category": "external",
"summary": "SUSE Bug 1222244 for CVE-2024-27983",
"url": "https://bugzilla.suse.com/1222244"
}
],
"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.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.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 Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T01:33:32Z",
"details": "important"
}
],
"title": "CVE-2024-27983"
},
{
"cve": "CVE-2024-30260",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30260"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30260",
"url": "https://www.suse.com/security/cve/CVE-2024-30260"
},
{
"category": "external",
"summary": "SUSE Bug 1222530 for CVE-2024-30260",
"url": "https://bugzilla.suse.com/1222530"
}
],
"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.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T01:33:32Z",
"details": "low"
}
],
"title": "CVE-2024-30260"
},
{
"cve": "CVE-2024-30261",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30261"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. An attacker can alter the `integrity` option passed to `fetch()`, allowing `fetch()` to accept requests as valid even if they have been tampered. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30261",
"url": "https://www.suse.com/security/cve/CVE-2024-30261"
},
{
"category": "external",
"summary": "SUSE Bug 1222603 for CVE-2024-30261",
"url": "https://bugzilla.suse.com/1222603"
}
],
"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.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:corepack20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:nodejs20-devel-20.12.1-150500.11.9.2.x86_64",
"openSUSE Leap 15.5:nodejs20-docs-20.12.1-150500.11.9.2.noarch",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.aarch64",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.ppc64le",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.s390x",
"openSUSE Leap 15.5:npm20-20.12.1-150500.11.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T01:33:32Z",
"details": "moderate"
}
],
"title": "CVE-2024-30261"
}
]
}
SUSE-SU-2024:1307-1
Vulnerability from csaf_suse - Published: 2024-04-16 09:32 - Updated: 2024-04-16 09:32Summary
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.20.1
Security fixes:
- CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)
- CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)
- CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)
- CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603)
- CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)
Patchnames: SUSE-2024-1307,SUSE-SLE-Module-Web-Scripting-12-2024-1307
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.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.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.1 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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:nodejs18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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 nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to 18.20.1\n\nSecurity fixes:\n - CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)\n - CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)\n - CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)\n - CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603) \n - CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1307,SUSE-SLE-Module-Web-Scripting-12-2024-1307",
"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_1307-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1307-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241307-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1307-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034991.html"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE Bug 1222244",
"url": "https://bugzilla.suse.com/1222244"
},
{
"category": "self",
"summary": "SUSE Bug 1222384",
"url": "https://bugzilla.suse.com/1222384"
},
{
"category": "self",
"summary": "SUSE Bug 1222530",
"url": "https://bugzilla.suse.com/1222530"
},
{
"category": "self",
"summary": "SUSE Bug 1222603",
"url": "https://bugzilla.suse.com/1222603"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27982 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27982/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27983 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27983/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30260 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30260/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30261 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30261/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2024-04-16T09:32:01Z",
"generator": {
"date": "2024-04-16T09:32:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1307-1",
"initial_release_date": "2024-04-16T09:32:01Z",
"revision_history": [
{
"date": "2024-04-16T09:32:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-8.21.1.aarch64",
"product": {
"name": "corepack18-18.20.1-8.21.1.aarch64",
"product_id": "corepack18-18.20.1-8.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-8.21.1.aarch64",
"product": {
"name": "nodejs18-18.20.1-8.21.1.aarch64",
"product_id": "nodejs18-18.20.1-8.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-8.21.1.aarch64",
"product": {
"name": "nodejs18-devel-18.20.1-8.21.1.aarch64",
"product_id": "nodejs18-devel-18.20.1-8.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-8.21.1.aarch64",
"product": {
"name": "npm18-18.20.1-8.21.1.aarch64",
"product_id": "npm18-18.20.1-8.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-8.21.1.i586",
"product": {
"name": "corepack18-18.20.1-8.21.1.i586",
"product_id": "corepack18-18.20.1-8.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-8.21.1.i586",
"product": {
"name": "nodejs18-18.20.1-8.21.1.i586",
"product_id": "nodejs18-18.20.1-8.21.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-8.21.1.i586",
"product": {
"name": "nodejs18-devel-18.20.1-8.21.1.i586",
"product_id": "nodejs18-devel-18.20.1-8.21.1.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-8.21.1.i586",
"product": {
"name": "npm18-18.20.1-8.21.1.i586",
"product_id": "npm18-18.20.1-8.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.20.1-8.21.1.noarch",
"product": {
"name": "nodejs18-docs-18.20.1-8.21.1.noarch",
"product_id": "nodejs18-docs-18.20.1-8.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-8.21.1.ppc64le",
"product": {
"name": "corepack18-18.20.1-8.21.1.ppc64le",
"product_id": "corepack18-18.20.1-8.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-8.21.1.ppc64le",
"product": {
"name": "nodejs18-18.20.1-8.21.1.ppc64le",
"product_id": "nodejs18-18.20.1-8.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-8.21.1.ppc64le",
"product": {
"name": "nodejs18-devel-18.20.1-8.21.1.ppc64le",
"product_id": "nodejs18-devel-18.20.1-8.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-8.21.1.ppc64le",
"product": {
"name": "npm18-18.20.1-8.21.1.ppc64le",
"product_id": "npm18-18.20.1-8.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-8.21.1.s390x",
"product": {
"name": "corepack18-18.20.1-8.21.1.s390x",
"product_id": "corepack18-18.20.1-8.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-8.21.1.s390x",
"product": {
"name": "nodejs18-18.20.1-8.21.1.s390x",
"product_id": "nodejs18-18.20.1-8.21.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-8.21.1.s390x",
"product": {
"name": "nodejs18-devel-18.20.1-8.21.1.s390x",
"product_id": "nodejs18-devel-18.20.1-8.21.1.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-8.21.1.s390x",
"product": {
"name": "npm18-18.20.1-8.21.1.s390x",
"product_id": "npm18-18.20.1-8.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-8.21.1.x86_64",
"product": {
"name": "corepack18-18.20.1-8.21.1.x86_64",
"product_id": "corepack18-18.20.1-8.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-8.21.1.x86_64",
"product": {
"name": "nodejs18-18.20.1-8.21.1.x86_64",
"product_id": "nodejs18-18.20.1-8.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-8.21.1.x86_64",
"product": {
"name": "nodejs18-devel-18.20.1-8.21.1.x86_64",
"product_id": "nodejs18-devel-18.20.1-8.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-8.21.1.x86_64",
"product": {
"name": "npm18-18.20.1-8.21.1.x86_64",
"product_id": "npm18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.aarch64"
},
"product_reference": "nodejs18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.ppc64le"
},
"product_reference": "nodejs18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.s390x"
},
"product_reference": "nodejs18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.x86_64"
},
"product_reference": "nodejs18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.s390x"
},
"product_reference": "nodejs18-devel-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.aarch64"
},
"product_reference": "npm18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.ppc64le"
},
"product_reference": "npm18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.s390x"
},
"product_reference": "npm18-18.20.1-8.21.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.20.1-8.21.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.20.1-8.21.1.x86_64"
},
"product_reference": "npm18-18.20.1-8.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:01Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-27982",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27982"
}
],
"notes": [
{
"category": "general",
"text": "The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27982",
"url": "https://www.suse.com/security/cve/CVE-2024-27982"
},
{
"category": "external",
"summary": "SUSE Bug 1222384 for CVE-2024-27982",
"url": "https://bugzilla.suse.com/1222384"
}
],
"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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:01Z",
"details": "moderate"
}
],
"title": "CVE-2024-27982"
},
{
"cve": "CVE-2024-27983",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27983"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27983",
"url": "https://www.suse.com/security/cve/CVE-2024-27983"
},
{
"category": "external",
"summary": "SUSE Bug 1222244 for CVE-2024-27983",
"url": "https://bugzilla.suse.com/1222244"
}
],
"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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:01Z",
"details": "important"
}
],
"title": "CVE-2024-27983"
},
{
"cve": "CVE-2024-30260",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30260"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30260",
"url": "https://www.suse.com/security/cve/CVE-2024-30260"
},
{
"category": "external",
"summary": "SUSE Bug 1222530 for CVE-2024-30260",
"url": "https://bugzilla.suse.com/1222530"
}
],
"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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:01Z",
"details": "low"
}
],
"title": "CVE-2024-30260"
},
{
"cve": "CVE-2024-30261",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30261"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. An attacker can alter the `integrity` option passed to `fetch()`, allowing `fetch()` to accept requests as valid even if they have been tampered. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30261",
"url": "https://www.suse.com/security/cve/CVE-2024-30261"
},
{
"category": "external",
"summary": "SUSE Bug 1222603 for CVE-2024-30261",
"url": "https://bugzilla.suse.com/1222603"
}
],
"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.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-devel-18.20.1-8.21.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs18-docs-18.20.1-8.21.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm18-18.20.1-8.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:01Z",
"details": "moderate"
}
],
"title": "CVE-2024-30261"
}
]
}
SUSE-SU-2024:1309-1
Vulnerability from csaf_suse - Published: 2024-04-16 09:32 - Updated: 2024-04-16 09:32Summary
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.20.1
Security fixes:
- CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)
- CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)
- CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)
- CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603)
- CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)
Patchnames: SUSE-2024-1309,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-1309,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1309,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1309,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1309,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1309,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1309,openSUSE-SLE-15.5-2024-1309
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.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.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.1 (Medium)
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
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.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
74 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.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 nodejs18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs18 fixes the following issues:\n\nUpdate to 18.20.1\n\nSecurity fixes:\n\n - CVE-2024-27983: Fixed failed assertion in node::http2::Http2Session::~Http2Session() that could lead to HTTP/2 server crash (bsc#1222244)\n - CVE-2024-27982: Fixed HTTP Request Smuggling via Content Length Obfuscation (bsc#1222384)\n - CVE-2024-30260: Fixed proxy-authorization header not cleared on cross-origin redirect in undici (bsc#1222530)\n - CVE-2024-30261: Fixed fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect in undici (bsc#1222603) \n - CVE-2024-24806: Fixed improper domain lookup that potentially leads to SSRF attacks in libuv (bsc#1220053)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1309,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-1309,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1309,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1309,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1309,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1309,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1309,openSUSE-SLE-15.5-2024-1309",
"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_1309-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1309-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241309-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1309-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034989.html"
},
{
"category": "self",
"summary": "SUSE Bug 1220053",
"url": "https://bugzilla.suse.com/1220053"
},
{
"category": "self",
"summary": "SUSE Bug 1222244",
"url": "https://bugzilla.suse.com/1222244"
},
{
"category": "self",
"summary": "SUSE Bug 1222384",
"url": "https://bugzilla.suse.com/1222384"
},
{
"category": "self",
"summary": "SUSE Bug 1222530",
"url": "https://bugzilla.suse.com/1222530"
},
{
"category": "self",
"summary": "SUSE Bug 1222603",
"url": "https://bugzilla.suse.com/1222603"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24806 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24806/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27982 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27982/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27983 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27983/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30260 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30260/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-30261 page",
"url": "https://www.suse.com/security/cve/CVE-2024-30261/"
}
],
"title": "Security update for nodejs18",
"tracking": {
"current_release_date": "2024-04-16T09:32:58Z",
"generator": {
"date": "2024-04-16T09:32:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1309-1",
"initial_release_date": "2024-04-16T09:32:58Z",
"revision_history": [
{
"date": "2024-04-16T09:32:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-150400.9.21.3.aarch64",
"product": {
"name": "corepack18-18.20.1-150400.9.21.3.aarch64",
"product_id": "corepack18-18.20.1-150400.9.21.3.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"product": {
"name": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"product_id": "nodejs18-18.20.1-150400.9.21.3.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"product": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"product_id": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-150400.9.21.3.aarch64",
"product": {
"name": "npm18-18.20.1-150400.9.21.3.aarch64",
"product_id": "npm18-18.20.1-150400.9.21.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-150400.9.21.3.i586",
"product": {
"name": "corepack18-18.20.1-150400.9.21.3.i586",
"product_id": "corepack18-18.20.1-150400.9.21.3.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-150400.9.21.3.i586",
"product": {
"name": "nodejs18-18.20.1-150400.9.21.3.i586",
"product_id": "nodejs18-18.20.1-150400.9.21.3.i586"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-150400.9.21.3.i586",
"product": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.i586",
"product_id": "nodejs18-devel-18.20.1-150400.9.21.3.i586"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-150400.9.21.3.i586",
"product": {
"name": "npm18-18.20.1-150400.9.21.3.i586",
"product_id": "npm18-18.20.1-150400.9.21.3.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"product": {
"name": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"product_id": "nodejs18-docs-18.20.1-150400.9.21.3.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-150400.9.21.3.ppc64le",
"product": {
"name": "corepack18-18.20.1-150400.9.21.3.ppc64le",
"product_id": "corepack18-18.20.1-150400.9.21.3.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"product": {
"name": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"product_id": "nodejs18-18.20.1-150400.9.21.3.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"product": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"product_id": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-150400.9.21.3.ppc64le",
"product": {
"name": "npm18-18.20.1-150400.9.21.3.ppc64le",
"product_id": "npm18-18.20.1-150400.9.21.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-150400.9.21.3.s390x",
"product": {
"name": "corepack18-18.20.1-150400.9.21.3.s390x",
"product_id": "corepack18-18.20.1-150400.9.21.3.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-150400.9.21.3.s390x",
"product": {
"name": "nodejs18-18.20.1-150400.9.21.3.s390x",
"product_id": "nodejs18-18.20.1-150400.9.21.3.s390x"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"product": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"product_id": "nodejs18-devel-18.20.1-150400.9.21.3.s390x"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-150400.9.21.3.s390x",
"product": {
"name": "npm18-18.20.1-150400.9.21.3.s390x",
"product_id": "npm18-18.20.1-150400.9.21.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack18-18.20.1-150400.9.21.3.x86_64",
"product": {
"name": "corepack18-18.20.1-150400.9.21.3.x86_64",
"product_id": "corepack18-18.20.1-150400.9.21.3.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-18.20.1-150400.9.21.3.x86_64",
"product": {
"name": "nodejs18-18.20.1-150400.9.21.3.x86_64",
"product_id": "nodejs18-18.20.1-150400.9.21.3.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"product": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"product_id": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64"
}
},
{
"category": "product_version",
"name": "npm18-18.20.1-150400.9.21.3.x86_64",
"product": {
"name": "npm18-18.20.1-150400.9.21.3.x86_64",
"product_id": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.s390x"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.20.1-150400.9.21.3.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.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.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.20.1-150400.9.21.3.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.20.1-150400.9.21.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "corepack18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.20.1-150400.9.21.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "corepack18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.20.1-150400.9.21.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "corepack18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "corepack18-18.20.1-150400.9.21.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "corepack18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-18.20.1-150400.9.21.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs18-docs-18.20.1-150400.9.21.3.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch"
},
"product_reference": "nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm18-18.20.1-150400.9.21.3.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
},
"product_reference": "npm18-18.20.1-150400.9.21.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:58Z",
"details": "moderate"
}
],
"title": "CVE-2024-24806"
},
{
"cve": "CVE-2024-27982",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27982"
}
],
"notes": [
{
"category": "general",
"text": "The team has identified a critical vulnerability in the http server of the most recent version of Node, where malformed headers can lead to HTTP request smuggling. Specifically, if a space is placed before a content-length header, it is not interpreted correctly, enabling attackers to smuggle in a second request within the body of the first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27982",
"url": "https://www.suse.com/security/cve/CVE-2024-27982"
},
{
"category": "external",
"summary": "SUSE Bug 1222384 for CVE-2024-27982",
"url": "https://bugzilla.suse.com/1222384"
}
],
"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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:58Z",
"details": "moderate"
}
],
"title": "CVE-2024-27982"
},
{
"cve": "CVE-2024-27983",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27983"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27983",
"url": "https://www.suse.com/security/cve/CVE-2024-27983"
},
{
"category": "external",
"summary": "SUSE Bug 1222244 for CVE-2024-27983",
"url": "https://bugzilla.suse.com/1222244"
}
],
"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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:58Z",
"details": "important"
}
],
"title": "CVE-2024-27983"
},
{
"cve": "CVE-2024-30260",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30260"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for `fetch()`, but did not clear them for `undici.request()`. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30260",
"url": "https://www.suse.com/security/cve/CVE-2024-30260"
},
{
"category": "external",
"summary": "SUSE Bug 1222530 for CVE-2024-30260",
"url": "https://bugzilla.suse.com/1222530"
}
],
"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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:58Z",
"details": "low"
}
],
"title": "CVE-2024-30260"
},
{
"cve": "CVE-2024-30261",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-30261"
}
],
"notes": [
{
"category": "general",
"text": "Undici is an HTTP/1.1 client, written from scratch for Node.js. An attacker can alter the `integrity` option passed to `fetch()`, allowing `fetch()` to accept requests as valid even if they have been tampered. This vulnerability was patched in version(s) 5.28.4 and 6.11.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-30261",
"url": "https://www.suse.com/security/cve/CVE-2024-30261"
},
{
"category": "external",
"summary": "SUSE Bug 1222603 for CVE-2024-30261",
"url": "https://bugzilla.suse.com/1222603"
}
],
"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.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP5:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:npm18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"SUSE Manager Server 4.3:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.ppc64le",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.s390x",
"SUSE Manager Server 4.3:npm18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:corepack18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:nodejs18-devel-18.20.1-150400.9.21.3.x86_64",
"openSUSE Leap 15.5:nodejs18-docs-18.20.1-150400.9.21.3.noarch",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.aarch64",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.ppc64le",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.s390x",
"openSUSE Leap 15.5:npm18-18.20.1-150400.9.21.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-16T09:32:58Z",
"details": "moderate"
}
],
"title": "CVE-2024-30261"
}
]
}
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…