Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-32803 (GCVE-0-2021-32803)
Vulnerability from cvelistv5 – Published: 2021-08-03 19:05 – Updated: 2024-08-03 23:33- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
| URL | Tags |
|---|---|
| https://github.com/npm/node-tar/security/advisori… | x_refsource_CONFIRM |
| https://github.com/npm/node-tar/commit/9dbdeb6df8… | x_refsource_MISC |
| https://www.npmjs.com/advisories/1771 | x_refsource_MISC |
| https://www.npmjs.com/package/tar | x_refsource_MISC |
| https://www.oracle.com/security-alerts/cpuoct2021.html | x_refsource_MISC |
| https://cert-portal.siemens.com/productcert/pdf/s… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T23:33:56.082Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.npmjs.com/advisories/1771"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.npmjs.com/package/tar"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "node-tar",
"vendor": "npm",
"versions": [
{
"status": "affected",
"version": "\u003c 3.2.3"
},
{
"status": "affected",
"version": "\u003e= 4.0.0, \u003c 4.4.15"
},
{
"status": "affected",
"version": "\u003e= 5.0.0, \u003c 5.0.7"
},
{
"status": "affected",
"version": "\u003e= 6.0.0, \u003c 6.1.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-03-08T14:06:49.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.npmjs.com/advisories/1771"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.npmjs.com/package/tar"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf"
}
],
"source": {
"advisory": "GHSA-r628-mhmh-qjhw",
"discovery": "UNKNOWN"
},
"title": "Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-32803",
"STATE": "PUBLIC",
"TITLE": "Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "node-tar",
"version": {
"version_data": [
{
"version_value": "\u003c 3.2.3"
},
{
"version_value": "\u003e= 4.0.0, \u003c 4.4.15"
},
{
"version_value": "\u003e= 5.0.0, \u003c 5.0.7"
},
{
"version_value": "\u003e= 6.0.0, \u003c 6.1.2"
}
]
}
}
]
},
"vendor_name": "npm"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw",
"refsource": "CONFIRM",
"url": "https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw"
},
{
"name": "https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20",
"refsource": "MISC",
"url": "https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20"
},
{
"name": "https://www.npmjs.com/advisories/1771",
"refsource": "MISC",
"url": "https://www.npmjs.com/advisories/1771"
},
{
"name": "https://www.npmjs.com/package/tar",
"refsource": "MISC",
"url": "https://www.npmjs.com/package/tar"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf",
"refsource": "CONFIRM",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf"
}
]
},
"source": {
"advisory": "GHSA-r628-mhmh-qjhw",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-32803",
"datePublished": "2021-08-03T19:05:12.000Z",
"dateReserved": "2021-05-12T00:00:00.000Z",
"dateUpdated": "2024-08-03T23:33:56.082Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-32803",
"date": "2026-05-27",
"epss": "0.00122",
"percentile": "0.30815"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-32803\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-08-03T19:15:08.297\",\"lastModified\":\"2024-11-21T06:07:46.637\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The npm package \\\"tar\\\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.\"},{\"lang\":\"es\",\"value\":\"El paquete npm \\\"tar\\\" (tambi\u00e9n se conoce como node-tar) versiones anteriores a 6.1.2, 5.0.7, 4.4.15 y 3.2.3 presenta una vulnerabilidad de Creaci\u00f3n y Sobrescritura de archivos arbitraria por medio de una protecci\u00f3n insuficiente de enlaces simb\u00f3licos. El objetivo de \\\"node-tar\\\" es garantizar que no se extraiga ning\u00fan archivo cuya ubicaci\u00f3n pueda ser modificada por un enlace simb\u00f3lico. Esto se consigue, en parte, al asegurar que los directorios extra\u00eddos no sean enlaces simb\u00f3licos. Adicionalmente, para evitar llamadas innecesarias a \\\"stat\\\" para determinar si una ruta dada es un directorio, las rutas se almacenan en cach\u00e9 cuando los directorios son creados. Esta l\u00f3gica era insuficiente cuando se extra\u00edan archivos tar que conten\u00edan tanto un directorio como un enlace simb\u00f3lico con el mismo nombre que el directorio. Este orden de operaciones resultaba que el directorio fuera creado y se a\u00f1adiera a la cach\u00e9 de directorios del \\\"nodo-tar\\\". Cuando un directorio est\u00e1 presente en la cach\u00e9 de directorios, las siguientes llamadas a mkdir para ese directorio se saltan. Sin embargo, aqu\u00ed es tambi\u00e9n donde \\\"node-tar\\\" comprueba que los enlaces simb\u00f3licos ocurran. Al crear primero un directorio, y luego reemplazando ese directorio con un enlace simb\u00f3lico, era posible as\u00ed omitir las comprobaciones de enlaces simb\u00f3licos de \\\"node-tar\\\" en los directorios, permitiendo esencialmente que un archivo tar no confiable se enlazara simb\u00f3licamente en una ubicaci\u00f3n arbitraria y que subsecuentemente se extrajeran archivos arbitrarios en esa ubicaci\u00f3n, permitiendo as\u00ed la creaci\u00f3n y sobrescritura de archivos arbitraria. Este problema se solucion\u00f3 en las versiones 3.2.3, 4.4.15, 5.0.7 y 6.1.2\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":5.8},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.2}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:P/A:P\",\"baseScore\":5.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":4.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tar_project:tar:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"3.2.3\",\"matchCriteriaId\":\"46F4025D-5388-42D2-A9E8-012087C68BC6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tar_project:tar:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.4.15\",\"matchCriteriaId\":\"75A17A88-D363-44AE-AD91-C174ACC20558\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tar_project:tar:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"5.0.0\",\"versionEndExcluding\":\"5.0.7\",\"matchCriteriaId\":\"5335FC42-CC5E-4DD6-9803-FF4141788AD1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tar_project:tar:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.1.2\",\"matchCriteriaId\":\"F18C920A-6E1F-4EDD-ABAF-701653079888\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:graalvm:20.3.3:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"53B2BB06-A2F7-4603-89C3-C8500E55483A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:graalvm:21.2.0:*:*:*:enterprise:*:*:*\",\"matchCriteriaId\":\"01E88C86-8C04-4A4A-BF45-9082AA783056\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.0.1.1\",\"matchCriteriaId\":\"B0F46497-4AB0-49A7-9453-CC26837BF253\"}]}]}],\"references\":[{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.npmjs.com/advisories/1771\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.npmjs.com/package/tar\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/npm/node-tar/commit/9dbdeb6df8e9dbd96fa9e84341b9d74734be6c20\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.npmjs.com/advisories/1771\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://www.npmjs.com/package/tar\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}"
}
}
SUSE-SU-2022:0531-1
Vulnerability from csaf_suse - Published: 2022-02-21 08:23 - Updated: 2022-02-21 08:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs12 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153). \n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963). \n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962). \n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696). \n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-531,SUSE-SLE-Module-Web-Scripting-12-2022-531",
"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-2022_0531-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0531-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220531-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0531-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010279.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs12",
"tracking": {
"current_release_date": "2022-02-21T08:23:42Z",
"generator": {
"date": "2022-02-21T08:23:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0531-1",
"initial_release_date": "2022-02-21T08:23:42Z",
"revision_history": [
{
"date": "2022-02-21T08:23:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-1.42.2.aarch64",
"product": {
"name": "nodejs12-12.22.10-1.42.2.aarch64",
"product_id": "nodejs12-12.22.10-1.42.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-1.42.2.aarch64",
"product": {
"name": "nodejs12-devel-12.22.10-1.42.2.aarch64",
"product_id": "nodejs12-devel-12.22.10-1.42.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-1.42.2.aarch64",
"product": {
"name": "npm12-12.22.10-1.42.2.aarch64",
"product_id": "npm12-12.22.10-1.42.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-1.42.2.i586",
"product": {
"name": "nodejs12-12.22.10-1.42.2.i586",
"product_id": "nodejs12-12.22.10-1.42.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-1.42.2.i586",
"product": {
"name": "nodejs12-devel-12.22.10-1.42.2.i586",
"product_id": "nodejs12-devel-12.22.10-1.42.2.i586"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-1.42.2.i586",
"product": {
"name": "npm12-12.22.10-1.42.2.i586",
"product_id": "npm12-12.22.10-1.42.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-docs-12.22.10-1.42.2.noarch",
"product": {
"name": "nodejs12-docs-12.22.10-1.42.2.noarch",
"product_id": "nodejs12-docs-12.22.10-1.42.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-1.42.2.ppc64le",
"product": {
"name": "nodejs12-12.22.10-1.42.2.ppc64le",
"product_id": "nodejs12-12.22.10-1.42.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-1.42.2.ppc64le",
"product": {
"name": "nodejs12-devel-12.22.10-1.42.2.ppc64le",
"product_id": "nodejs12-devel-12.22.10-1.42.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-1.42.2.ppc64le",
"product": {
"name": "npm12-12.22.10-1.42.2.ppc64le",
"product_id": "npm12-12.22.10-1.42.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-1.42.2.s390x",
"product": {
"name": "nodejs12-12.22.10-1.42.2.s390x",
"product_id": "nodejs12-12.22.10-1.42.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-1.42.2.s390x",
"product": {
"name": "nodejs12-devel-12.22.10-1.42.2.s390x",
"product_id": "nodejs12-devel-12.22.10-1.42.2.s390x"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-1.42.2.s390x",
"product": {
"name": "npm12-12.22.10-1.42.2.s390x",
"product_id": "npm12-12.22.10-1.42.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-1.42.2.x86_64",
"product": {
"name": "nodejs12-12.22.10-1.42.2.x86_64",
"product_id": "nodejs12-12.22.10-1.42.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-1.42.2.x86_64",
"product": {
"name": "nodejs12-devel-12.22.10-1.42.2.x86_64",
"product_id": "nodejs12-devel-12.22.10-1.42.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-1.42.2.x86_64",
"product": {
"name": "npm12-12.22.10-1.42.2.x86_64",
"product_id": "npm12-12.22.10-1.42.2.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": "nodejs12-12.22.10-1.42.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64"
},
"product_reference": "nodejs12-12.22.10-1.42.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-1.42.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le"
},
"product_reference": "nodejs12-12.22.10-1.42.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-1.42.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x"
},
"product_reference": "nodejs12-12.22.10-1.42.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-1.42.2.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:nodejs12-12.22.10-1.42.2.x86_64"
},
"product_reference": "nodejs12-12.22.10-1.42.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-1.42.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-1.42.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-1.42.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.10-1.42.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-1.42.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x"
},
"product_reference": "nodejs12-devel-12.22.10-1.42.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-1.42.2.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:nodejs12-devel-12.22.10-1.42.2.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-1.42.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-1.42.2.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-1.42.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-1.42.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64"
},
"product_reference": "npm12-12.22.10-1.42.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-1.42.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le"
},
"product_reference": "npm12-12.22.10-1.42.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-1.42.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x"
},
"product_reference": "npm12-12.22.10-1.42.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-1.42.2.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:npm12-12.22.10-1.42.2.x86_64"
},
"product_reference": "npm12-12.22.10-1.42.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-21T08:23:42Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-21T08:23:42Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-21T08:23:42Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.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 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-21T08:23:42Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.10-1.42.2.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.10-1.42.2.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.10-1.42.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-21T08:23:42Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:0563-1
Vulnerability from csaf_suse - Published: 2022-02-24 07:38 - Updated: 2022-02-24 07:38| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs8 fixes the following issues:\n\t \n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-563,SUSE-SLE-Product-HPC-15-2022-563,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-563,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-563,SUSE-SLE-Product-SLES-15-2022-563,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-563,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-563,SUSE-SLE-Product-SLES_SAP-15-2022-563,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-563,SUSE-Storage-6-2022-563",
"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-2022_0563-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0563-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220563-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0563-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010304.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs8",
"tracking": {
"current_release_date": "2022-02-24T07:38:40Z",
"generator": {
"date": "2022-02-24T07:38:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0563-1",
"initial_release_date": "2022-02-24T07:38:40Z",
"revision_history": [
{
"date": "2022-02-24T07:38:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-3.54.2.aarch64",
"product": {
"name": "nodejs8-8.17.0-3.54.2.aarch64",
"product_id": "nodejs8-8.17.0-3.54.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"product": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"product_id": "nodejs8-devel-8.17.0-3.54.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-3.54.2.aarch64",
"product": {
"name": "npm8-8.17.0-3.54.2.aarch64",
"product_id": "npm8-8.17.0-3.54.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-3.54.2.i586",
"product": {
"name": "nodejs8-8.17.0-3.54.2.i586",
"product_id": "nodejs8-8.17.0-3.54.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-3.54.2.i586",
"product": {
"name": "nodejs8-devel-8.17.0-3.54.2.i586",
"product_id": "nodejs8-devel-8.17.0-3.54.2.i586"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-3.54.2.i586",
"product": {
"name": "npm8-8.17.0-3.54.2.i586",
"product_id": "npm8-8.17.0-3.54.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-docs-8.17.0-3.54.2.noarch",
"product": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch",
"product_id": "nodejs8-docs-8.17.0-3.54.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-3.54.2.ppc64le",
"product": {
"name": "nodejs8-8.17.0-3.54.2.ppc64le",
"product_id": "nodejs8-8.17.0-3.54.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"product": {
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"product_id": "nodejs8-devel-8.17.0-3.54.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-3.54.2.ppc64le",
"product": {
"name": "npm8-8.17.0-3.54.2.ppc64le",
"product_id": "npm8-8.17.0-3.54.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-3.54.2.s390x",
"product": {
"name": "nodejs8-8.17.0-3.54.2.s390x",
"product_id": "nodejs8-8.17.0-3.54.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-3.54.2.s390x",
"product": {
"name": "nodejs8-devel-8.17.0-3.54.2.s390x",
"product_id": "nodejs8-devel-8.17.0-3.54.2.s390x"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-3.54.2.s390x",
"product": {
"name": "npm8-8.17.0-3.54.2.s390x",
"product_id": "npm8-8.17.0-3.54.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-3.54.2.x86_64",
"product": {
"name": "nodejs8-8.17.0-3.54.2.x86_64",
"product_id": "nodejs8-8.17.0-3.54.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"product": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"product_id": "nodejs8-devel-8.17.0-3.54.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-3.54.2.x86_64",
"product": {
"name": "npm8-8.17.0-3.54.2.x86_64",
"product_id": "npm8-8.17.0-3.54.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 6",
"product": {
"name": "SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x"
},
"product_reference": "nodejs8-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "npm8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x"
},
"product_reference": "npm8-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x"
},
"product_reference": "nodejs8-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "npm8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x"
},
"product_reference": "npm8-8.17.0-3.54.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "npm8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le"
},
"product_reference": "npm8-8.17.0-3.54.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-3.54.2.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-3.54.2.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-3.54.2.noarch as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-3.54.2.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64"
},
"product_reference": "npm8-8.17.0-3.54.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-3.54.2.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64"
},
"product_reference": "npm8-8.17.0-3.54.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T07:38:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T07:38:40Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T07:38:40Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.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 Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T07:38:40Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Enterprise Storage 6:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.aarch64",
"SUSE Enterprise Storage 6:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-devel-8.17.0-3.54.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs8-docs-8.17.0-3.54.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm8-8.17.0-3.54.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T07:38:40Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:0569-1
Vulnerability from csaf_suse - Published: 2022-02-24 09:35 - Updated: 2022-02-24 09:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs14 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-569,SUSE-SLE-Module-Web-Scripting-12-2022-569",
"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-2022_0569-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0569-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220569-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0569-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010307.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs14",
"tracking": {
"current_release_date": "2022-02-24T09:35:23Z",
"generator": {
"date": "2022-02-24T09:35:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0569-1",
"initial_release_date": "2022-02-24T09:35:23Z",
"revision_history": [
{
"date": "2022-02-24T09:35:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-6.24.1.aarch64",
"product": {
"name": "corepack14-14.19.0-6.24.1.aarch64",
"product_id": "corepack14-14.19.0-6.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-6.24.1.aarch64",
"product": {
"name": "nodejs14-14.19.0-6.24.1.aarch64",
"product_id": "nodejs14-14.19.0-6.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-6.24.1.aarch64",
"product": {
"name": "nodejs14-devel-14.19.0-6.24.1.aarch64",
"product_id": "nodejs14-devel-14.19.0-6.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-6.24.1.aarch64",
"product": {
"name": "npm14-14.19.0-6.24.1.aarch64",
"product_id": "npm14-14.19.0-6.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-6.24.1.i586",
"product": {
"name": "corepack14-14.19.0-6.24.1.i586",
"product_id": "corepack14-14.19.0-6.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-6.24.1.i586",
"product": {
"name": "nodejs14-14.19.0-6.24.1.i586",
"product_id": "nodejs14-14.19.0-6.24.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-6.24.1.i586",
"product": {
"name": "nodejs14-devel-14.19.0-6.24.1.i586",
"product_id": "nodejs14-devel-14.19.0-6.24.1.i586"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-6.24.1.i586",
"product": {
"name": "npm14-14.19.0-6.24.1.i586",
"product_id": "npm14-14.19.0-6.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs14-docs-14.19.0-6.24.1.noarch",
"product": {
"name": "nodejs14-docs-14.19.0-6.24.1.noarch",
"product_id": "nodejs14-docs-14.19.0-6.24.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-6.24.1.ppc64le",
"product": {
"name": "corepack14-14.19.0-6.24.1.ppc64le",
"product_id": "corepack14-14.19.0-6.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-6.24.1.ppc64le",
"product": {
"name": "nodejs14-14.19.0-6.24.1.ppc64le",
"product_id": "nodejs14-14.19.0-6.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-6.24.1.ppc64le",
"product": {
"name": "nodejs14-devel-14.19.0-6.24.1.ppc64le",
"product_id": "nodejs14-devel-14.19.0-6.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-6.24.1.ppc64le",
"product": {
"name": "npm14-14.19.0-6.24.1.ppc64le",
"product_id": "npm14-14.19.0-6.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-6.24.1.s390x",
"product": {
"name": "corepack14-14.19.0-6.24.1.s390x",
"product_id": "corepack14-14.19.0-6.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-6.24.1.s390x",
"product": {
"name": "nodejs14-14.19.0-6.24.1.s390x",
"product_id": "nodejs14-14.19.0-6.24.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-6.24.1.s390x",
"product": {
"name": "nodejs14-devel-14.19.0-6.24.1.s390x",
"product_id": "nodejs14-devel-14.19.0-6.24.1.s390x"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-6.24.1.s390x",
"product": {
"name": "npm14-14.19.0-6.24.1.s390x",
"product_id": "npm14-14.19.0-6.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-6.24.1.x86_64",
"product": {
"name": "corepack14-14.19.0-6.24.1.x86_64",
"product_id": "corepack14-14.19.0-6.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-6.24.1.x86_64",
"product": {
"name": "nodejs14-14.19.0-6.24.1.x86_64",
"product_id": "nodejs14-14.19.0-6.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-6.24.1.x86_64",
"product": {
"name": "nodejs14-devel-14.19.0-6.24.1.x86_64",
"product_id": "nodejs14-devel-14.19.0-6.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-6.24.1.x86_64",
"product": {
"name": "npm14-14.19.0-6.24.1.x86_64",
"product_id": "npm14-14.19.0-6.24.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": "nodejs14-14.19.0-6.24.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:nodejs14-14.19.0-6.24.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-6.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-6.24.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:nodejs14-14.19.0-6.24.1.ppc64le"
},
"product_reference": "nodejs14-14.19.0-6.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-6.24.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:nodejs14-14.19.0-6.24.1.s390x"
},
"product_reference": "nodejs14-14.19.0-6.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-6.24.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:nodejs14-14.19.0-6.24.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-6.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-6.24.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:nodejs14-devel-14.19.0-6.24.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-6.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-6.24.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:nodejs14-devel-14.19.0-6.24.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.19.0-6.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-6.24.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:nodejs14-devel-14.19.0-6.24.1.s390x"
},
"product_reference": "nodejs14-devel-14.19.0-6.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-6.24.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:nodejs14-devel-14.19.0-6.24.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-6.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-6.24.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:nodejs14-docs-14.19.0-6.24.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-6.24.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-6.24.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:npm14-14.19.0-6.24.1.aarch64"
},
"product_reference": "npm14-14.19.0-6.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-6.24.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:npm14-14.19.0-6.24.1.ppc64le"
},
"product_reference": "npm14-14.19.0-6.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-6.24.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:npm14-14.19.0-6.24.1.s390x"
},
"product_reference": "npm14-14.19.0-6.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-6.24.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:npm14-14.19.0-6.24.1.x86_64"
},
"product_reference": "npm14-14.19.0-6.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:23Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:23Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:23Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:23Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-devel-14.19.0-6.24.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs14-docs-14.19.0-6.24.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm14-14.19.0-6.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:23Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:0570-1
Vulnerability from csaf_suse - Published: 2022-02-24 09:35 - Updated: 2022-02-24 09:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs10",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs10 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153). \n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963). \n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962). \n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n- CVE-2022-21824: Fixed prototype pollution via console.table (bsc#1194514).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-570,SUSE-SLE-Module-Web-Scripting-12-2022-570",
"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-2022_0570-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0570-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220570-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0570-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010306.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE Bug 1194514",
"url": "https://bugzilla.suse.com/1194514"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-21824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21824/"
}
],
"title": "Security update for nodejs10",
"tracking": {
"current_release_date": "2022-02-24T09:35:40Z",
"generator": {
"date": "2022-02-24T09:35:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0570-1",
"initial_release_date": "2022-02-24T09:35:40Z",
"revision_history": [
{
"date": "2022-02-24T09:35:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.aarch64",
"product": {
"name": "nodejs10-10.24.1-1.46.1.aarch64",
"product_id": "nodejs10-10.24.1-1.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.aarch64",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.aarch64",
"product_id": "nodejs10-devel-10.24.1-1.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.aarch64",
"product": {
"name": "npm10-10.24.1-1.46.1.aarch64",
"product_id": "npm10-10.24.1-1.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.i586",
"product": {
"name": "nodejs10-10.24.1-1.46.1.i586",
"product_id": "nodejs10-10.24.1-1.46.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.i586",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.i586",
"product_id": "nodejs10-devel-10.24.1-1.46.1.i586"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.i586",
"product": {
"name": "npm10-10.24.1-1.46.1.i586",
"product_id": "npm10-10.24.1-1.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-docs-10.24.1-1.46.1.noarch",
"product": {
"name": "nodejs10-docs-10.24.1-1.46.1.noarch",
"product_id": "nodejs10-docs-10.24.1-1.46.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.ppc64le",
"product": {
"name": "nodejs10-10.24.1-1.46.1.ppc64le",
"product_id": "nodejs10-10.24.1-1.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.ppc64le",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.ppc64le",
"product_id": "nodejs10-devel-10.24.1-1.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.ppc64le",
"product": {
"name": "npm10-10.24.1-1.46.1.ppc64le",
"product_id": "npm10-10.24.1-1.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.s390",
"product": {
"name": "nodejs10-10.24.1-1.46.1.s390",
"product_id": "nodejs10-10.24.1-1.46.1.s390"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.s390",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.s390",
"product_id": "nodejs10-devel-10.24.1-1.46.1.s390"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.s390",
"product": {
"name": "npm10-10.24.1-1.46.1.s390",
"product_id": "npm10-10.24.1-1.46.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.s390x",
"product": {
"name": "nodejs10-10.24.1-1.46.1.s390x",
"product_id": "nodejs10-10.24.1-1.46.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.s390x",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.s390x",
"product_id": "nodejs10-devel-10.24.1-1.46.1.s390x"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.s390x",
"product": {
"name": "npm10-10.24.1-1.46.1.s390x",
"product_id": "npm10-10.24.1-1.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-1.46.1.x86_64",
"product": {
"name": "nodejs10-10.24.1-1.46.1.x86_64",
"product_id": "nodejs10-10.24.1-1.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-1.46.1.x86_64",
"product": {
"name": "nodejs10-devel-10.24.1-1.46.1.x86_64",
"product_id": "nodejs10-devel-10.24.1-1.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-1.46.1.x86_64",
"product": {
"name": "npm10-10.24.1-1.46.1.x86_64",
"product_id": "npm10-10.24.1-1.46.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": "nodejs10-10.24.1-1.46.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:nodejs10-10.24.1-1.46.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-1.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-1.46.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:nodejs10-10.24.1-1.46.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-1.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-1.46.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:nodejs10-10.24.1-1.46.1.s390x"
},
"product_reference": "nodejs10-10.24.1-1.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-1.46.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:nodejs10-10.24.1-1.46.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-1.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-1.46.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:nodejs10-devel-10.24.1-1.46.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-1.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-1.46.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:nodejs10-devel-10.24.1-1.46.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-1.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-1.46.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:nodejs10-devel-10.24.1-1.46.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-1.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-1.46.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:nodejs10-devel-10.24.1-1.46.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-1.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-1.46.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:nodejs10-docs-10.24.1-1.46.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-1.46.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-1.46.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:npm10-10.24.1-1.46.1.aarch64"
},
"product_reference": "npm10-10.24.1-1.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-1.46.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:npm10-10.24.1-1.46.1.ppc64le"
},
"product_reference": "npm10-10.24.1-1.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-1.46.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:npm10-10.24.1-1.46.1.s390x"
},
"product_reference": "npm10-10.24.1-1.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-1.46.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:npm10-10.24.1-1.46.1.x86_64"
},
"product_reference": "npm10-10.24.1-1.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
},
{
"cve": "CVE-2022-21824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21824"
}
],
"notes": [
{
"category": "general",
"text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21824",
"url": "https://www.suse.com/security/cve/CVE-2022-21824"
},
{
"category": "external",
"summary": "SUSE Bug 1194514 for CVE-2022-21824",
"url": "https://bugzilla.suse.com/1194514"
},
{
"category": "external",
"summary": "SUSE Bug 1202688 for CVE-2022-21824",
"url": "https://bugzilla.suse.com/1202688"
}
],
"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:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-devel-10.24.1-1.46.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs10-docs-10.24.1-1.46.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm10-10.24.1-1.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-02-24T09:35:40Z",
"details": "moderate"
}
],
"title": "CVE-2022-21824"
}
]
}
SUSE-SU-2022:0657-1
Vulnerability from csaf_suse - Published: 2022-03-02 09:12 - Updated: 2022-03-02 09:12| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs12 fixes the following issues:\n\t \n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-657,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-657,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-657,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-657,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-657,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-657,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-657,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-657,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-657,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-657,SUSE-Storage-7-2022-657",
"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-2022_0657-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0657-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220657-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0657-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010326.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs12",
"tracking": {
"current_release_date": "2022-03-02T09:12:22Z",
"generator": {
"date": "2022-03-02T09:12:22Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0657-1",
"initial_release_date": "2022-03-02T09:12:22Z",
"revision_history": [
{
"date": "2022-03-02T09:12:22Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-4.29.3.aarch64",
"product": {
"name": "nodejs12-12.22.10-4.29.3.aarch64",
"product_id": "nodejs12-12.22.10-4.29.3.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"product": {
"name": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"product_id": "nodejs12-devel-12.22.10-4.29.3.aarch64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-4.29.3.aarch64",
"product": {
"name": "npm12-12.22.10-4.29.3.aarch64",
"product_id": "npm12-12.22.10-4.29.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-4.29.3.i586",
"product": {
"name": "nodejs12-12.22.10-4.29.3.i586",
"product_id": "nodejs12-12.22.10-4.29.3.i586"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-4.29.3.i586",
"product": {
"name": "nodejs12-devel-12.22.10-4.29.3.i586",
"product_id": "nodejs12-devel-12.22.10-4.29.3.i586"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-4.29.3.i586",
"product": {
"name": "npm12-12.22.10-4.29.3.i586",
"product_id": "npm12-12.22.10-4.29.3.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-docs-12.22.10-4.29.3.noarch",
"product": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch",
"product_id": "nodejs12-docs-12.22.10-4.29.3.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-4.29.3.ppc64le",
"product": {
"name": "nodejs12-12.22.10-4.29.3.ppc64le",
"product_id": "nodejs12-12.22.10-4.29.3.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-4.29.3.ppc64le",
"product": {
"name": "nodejs12-devel-12.22.10-4.29.3.ppc64le",
"product_id": "nodejs12-devel-12.22.10-4.29.3.ppc64le"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-4.29.3.ppc64le",
"product": {
"name": "npm12-12.22.10-4.29.3.ppc64le",
"product_id": "npm12-12.22.10-4.29.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-4.29.3.s390x",
"product": {
"name": "nodejs12-12.22.10-4.29.3.s390x",
"product_id": "nodejs12-12.22.10-4.29.3.s390x"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-4.29.3.s390x",
"product": {
"name": "nodejs12-devel-12.22.10-4.29.3.s390x",
"product_id": "nodejs12-devel-12.22.10-4.29.3.s390x"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-4.29.3.s390x",
"product": {
"name": "npm12-12.22.10-4.29.3.s390x",
"product_id": "npm12-12.22.10-4.29.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.10-4.29.3.x86_64",
"product": {
"name": "nodejs12-12.22.10-4.29.3.x86_64",
"product_id": "nodejs12-12.22.10-4.29.3.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"product": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"product_id": "nodejs12-devel-12.22.10-4.29.3.x86_64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.10-4.29.3.x86_64",
"product": {
"name": "npm12-12.22.10-4.29.3.x86_64",
"product_id": "npm12-12.22.10-4.29.3.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"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 Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"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 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 Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64"
},
"product_reference": "npm12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "npm12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x"
},
"product_reference": "npm12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64"
},
"product_reference": "npm12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.aarch64"
},
"product_reference": "npm12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.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.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64"
},
"product_reference": "npm12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "npm12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x"
},
"product_reference": "npm12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.ppc64le"
},
"product_reference": "npm12-12.22.10-4.29.3.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.10-4.29.3.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.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.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.10-4.29.3.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le"
},
"product_reference": "npm12-12.22.10-4.29.3.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x"
},
"product_reference": "npm12-12.22.10-4.29.3.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-12.22.10-4.29.3.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-devel-12.22.10-4.29.3.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64"
},
"product_reference": "nodejs12-devel-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs12-docs-12.22.10-4.29.3.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch"
},
"product_reference": "nodejs12-docs-12.22.10-4.29.3.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64"
},
"product_reference": "npm12-12.22.10-4.29.3.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm12-12.22.10-4.29.3.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64"
},
"product_reference": "npm12-12.22.10-4.29.3.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-02T09:12:22Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-02T09:12:22Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-02T09:12:22Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.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 Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-02T09:12:22Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Enterprise Storage 7:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.aarch64",
"SUSE Enterprise Storage 7:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Proxy 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Proxy 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Retail Branch Server 4.1:npm12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:nodejs12-devel-12.22.10-4.29.3.x86_64",
"SUSE Manager Server 4.1:nodejs12-docs-12.22.10-4.29.3.noarch",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.ppc64le",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.s390x",
"SUSE Manager Server 4.1:npm12-12.22.10-4.29.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-02T09:12:22Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:0704-1
Vulnerability from csaf_suse - Published: 2022-03-03 17:27 - Updated: 2022-03-03 17:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs8 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-704,SUSE-SLE-Product-HPC-15-2022-704,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-704,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-704,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-704,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-704,SUSE-SLE-Product-SLES-15-2022-704,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-704,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-704,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-704,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-704,SUSE-SLE-Product-SLES_SAP-15-2022-704,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-704,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-704,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-704,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-704,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-704,SUSE-Storage-6-2022-704,SUSE-Storage-7-2022-704",
"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-2022_0704-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0704-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220704-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0704-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010344.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs8",
"tracking": {
"current_release_date": "2022-03-03T17:27:07Z",
"generator": {
"date": "2022-03-03T17:27:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0704-1",
"initial_release_date": "2022-03-03T17:27:07Z",
"revision_history": [
{
"date": "2022-03-03T17:27:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-10.19.2.aarch64",
"product": {
"name": "nodejs8-8.17.0-10.19.2.aarch64",
"product_id": "nodejs8-8.17.0-10.19.2.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"product": {
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"product_id": "nodejs8-devel-8.17.0-10.19.2.aarch64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-10.19.2.aarch64",
"product": {
"name": "npm8-8.17.0-10.19.2.aarch64",
"product_id": "npm8-8.17.0-10.19.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-10.19.2.i586",
"product": {
"name": "nodejs8-8.17.0-10.19.2.i586",
"product_id": "nodejs8-8.17.0-10.19.2.i586"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-10.19.2.i586",
"product": {
"name": "nodejs8-devel-8.17.0-10.19.2.i586",
"product_id": "nodejs8-devel-8.17.0-10.19.2.i586"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-10.19.2.i586",
"product": {
"name": "npm8-8.17.0-10.19.2.i586",
"product_id": "npm8-8.17.0-10.19.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs-common-2.0-3.4.1.noarch",
"product": {
"name": "nodejs-common-2.0-3.4.1.noarch",
"product_id": "nodejs-common-2.0-3.4.1.noarch"
}
},
{
"category": "product_version",
"name": "nodejs8-docs-8.17.0-10.19.2.noarch",
"product": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch",
"product_id": "nodejs8-docs-8.17.0-10.19.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-10.19.2.ppc64le",
"product": {
"name": "nodejs8-8.17.0-10.19.2.ppc64le",
"product_id": "nodejs8-8.17.0-10.19.2.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-10.19.2.ppc64le",
"product": {
"name": "nodejs8-devel-8.17.0-10.19.2.ppc64le",
"product_id": "nodejs8-devel-8.17.0-10.19.2.ppc64le"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-10.19.2.ppc64le",
"product": {
"name": "npm8-8.17.0-10.19.2.ppc64le",
"product_id": "npm8-8.17.0-10.19.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-10.19.2.s390x",
"product": {
"name": "nodejs8-8.17.0-10.19.2.s390x",
"product_id": "nodejs8-8.17.0-10.19.2.s390x"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-10.19.2.s390x",
"product": {
"name": "nodejs8-devel-8.17.0-10.19.2.s390x",
"product_id": "nodejs8-devel-8.17.0-10.19.2.s390x"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-10.19.2.s390x",
"product": {
"name": "npm8-8.17.0-10.19.2.s390x",
"product_id": "npm8-8.17.0-10.19.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-10.19.2.x86_64",
"product": {
"name": "nodejs8-8.17.0-10.19.2.x86_64",
"product_id": "nodejs8-8.17.0-10.19.2.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"product": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"product_id": "nodejs8-devel-8.17.0-10.19.2.x86_64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-10.19.2.x86_64",
"product": {
"name": "npm8-8.17.0-10.19.2.x86_64",
"product_id": "npm8-8.17.0-10.19.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"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 Server 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"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 for SAP Applications 15",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"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 Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 6",
"product": {
"name": "SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:6"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64"
},
"product_reference": "npm8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.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:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.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:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.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:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64"
},
"product_reference": "npm8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.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:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x"
},
"product_reference": "nodejs8-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64"
},
"product_reference": "npm8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "npm8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x"
},
"product_reference": "npm8-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.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:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.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:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.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:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "npm8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.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:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x"
},
"product_reference": "nodejs8-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le"
},
"product_reference": "npm8-8.17.0-10.19.2.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x"
},
"product_reference": "npm8-8.17.0-10.19.2.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs-common-2.0-3.4.1.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch"
},
"product_reference": "nodejs-common-2.0-3.4.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-10.19.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-10.19.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-10.19.2.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-10.19.2.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64"
},
"product_reference": "npm8-8.17.0-10.19.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-10.19.2.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64"
},
"product_reference": "npm8-8.17.0-10.19.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-03T17:27:07Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-03T17:27:07Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-03T17:27:07Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.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 Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-03T17:27:07Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs-common-2.0-3.4.1.noarch",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Enterprise Storage 7:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.aarch64",
"SUSE Enterprise Storage 7:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs-common-2.0-3.4.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm8-8.17.0-10.19.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Proxy 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Proxy 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Proxy 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Retail Branch Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Retail Branch Server 4.1:npm8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs-common-2.0-3.4.1.noarch",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:nodejs8-devel-8.17.0-10.19.2.x86_64",
"SUSE Manager Server 4.1:nodejs8-docs-8.17.0-10.19.2.noarch",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.ppc64le",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.s390x",
"SUSE Manager Server 4.1:npm8-8.17.0-10.19.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-03T17:27:07Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:0715-1
Vulnerability from csaf_suse - Published: 2022-03-04 08:38 - Updated: 2022-03-04 08:38| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs14 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-715,SUSE-SLE-Module-Web-Scripting-15-SP3-2022-715,SUSE-SLE-Module-Web-Scripting-15-SP4-2022-715,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-715,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-715,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-715,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-715,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-715,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-715,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-715,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-715,SUSE-Storage-7-2022-715",
"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-2022_0715-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:0715-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20220715-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:0715-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010355.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
}
],
"title": "Security update for nodejs14",
"tracking": {
"current_release_date": "2022-03-04T08:38:26Z",
"generator": {
"date": "2022-03-04T08:38:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:0715-1",
"initial_release_date": "2022-03-04T08:38:26Z",
"revision_history": [
{
"date": "2022-03-04T08:38:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-15.27.1.aarch64",
"product": {
"name": "corepack14-14.19.0-15.27.1.aarch64",
"product_id": "corepack14-14.19.0-15.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-15.27.1.aarch64",
"product": {
"name": "nodejs14-14.19.0-15.27.1.aarch64",
"product_id": "nodejs14-14.19.0-15.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"product": {
"name": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"product_id": "nodejs14-devel-14.19.0-15.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-15.27.1.aarch64",
"product": {
"name": "npm14-14.19.0-15.27.1.aarch64",
"product_id": "npm14-14.19.0-15.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-15.27.1.i586",
"product": {
"name": "corepack14-14.19.0-15.27.1.i586",
"product_id": "corepack14-14.19.0-15.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-15.27.1.i586",
"product": {
"name": "nodejs14-14.19.0-15.27.1.i586",
"product_id": "nodejs14-14.19.0-15.27.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-15.27.1.i586",
"product": {
"name": "nodejs14-devel-14.19.0-15.27.1.i586",
"product_id": "nodejs14-devel-14.19.0-15.27.1.i586"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-15.27.1.i586",
"product": {
"name": "npm14-14.19.0-15.27.1.i586",
"product_id": "npm14-14.19.0-15.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs14-docs-14.19.0-15.27.1.noarch",
"product": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch",
"product_id": "nodejs14-docs-14.19.0-15.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-15.27.1.ppc64le",
"product": {
"name": "corepack14-14.19.0-15.27.1.ppc64le",
"product_id": "corepack14-14.19.0-15.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-15.27.1.ppc64le",
"product": {
"name": "nodejs14-14.19.0-15.27.1.ppc64le",
"product_id": "nodejs14-14.19.0-15.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-15.27.1.ppc64le",
"product": {
"name": "nodejs14-devel-14.19.0-15.27.1.ppc64le",
"product_id": "nodejs14-devel-14.19.0-15.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-15.27.1.ppc64le",
"product": {
"name": "npm14-14.19.0-15.27.1.ppc64le",
"product_id": "npm14-14.19.0-15.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-15.27.1.s390x",
"product": {
"name": "corepack14-14.19.0-15.27.1.s390x",
"product_id": "corepack14-14.19.0-15.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-15.27.1.s390x",
"product": {
"name": "nodejs14-14.19.0-15.27.1.s390x",
"product_id": "nodejs14-14.19.0-15.27.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-15.27.1.s390x",
"product": {
"name": "nodejs14-devel-14.19.0-15.27.1.s390x",
"product_id": "nodejs14-devel-14.19.0-15.27.1.s390x"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-15.27.1.s390x",
"product": {
"name": "npm14-14.19.0-15.27.1.s390x",
"product_id": "npm14-14.19.0-15.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "corepack14-14.19.0-15.27.1.x86_64",
"product": {
"name": "corepack14-14.19.0-15.27.1.x86_64",
"product_id": "corepack14-14.19.0-15.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-14.19.0-15.27.1.x86_64",
"product": {
"name": "nodejs14-14.19.0-15.27.1.x86_64",
"product_id": "nodejs14-14.19.0-15.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"product": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"product_id": "nodejs14-devel-14.19.0-15.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm14-14.19.0-15.27.1.x86_64",
"product": {
"name": "npm14-14.19.0-15.27.1.x86_64",
"product_id": "npm14-14.19.0-15.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"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 Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"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 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 Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64"
},
"product_reference": "npm14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "npm14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x"
},
"product_reference": "npm14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64"
},
"product_reference": "npm14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.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.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.aarch64"
},
"product_reference": "npm14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.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.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.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.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64"
},
"product_reference": "npm14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "npm14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x"
},
"product_reference": "npm14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.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.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.ppc64le"
},
"product_reference": "npm14-14.19.0-15.27.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.19.0-15.27.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.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.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.19.0-15.27.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le"
},
"product_reference": "npm14-14.19.0-15.27.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x"
},
"product_reference": "npm14-14.19.0-15.27.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-14.19.0-15.27.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-devel-14.19.0-15.27.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64"
},
"product_reference": "nodejs14-devel-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs14-docs-14.19.0-15.27.1.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch"
},
"product_reference": "nodejs14-docs-14.19.0-15.27.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64"
},
"product_reference": "npm14-14.19.0-15.27.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm14-14.19.0-15.27.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64"
},
"product_reference": "npm14-14.19.0-15.27.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-04T08:38:26Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-04T08:38:26Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-04T08:38:26Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-04T08:38:26Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Enterprise Storage 7:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.aarch64",
"SUSE Enterprise Storage 7:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP3:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Proxy 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:nodejs14-devel-14.19.0-15.27.1.x86_64",
"SUSE Manager Server 4.1:nodejs14-docs-14.19.0-15.27.1.noarch",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.ppc64le",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.s390x",
"SUSE Manager Server 4.1:npm14-14.19.0-15.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-04T08:38:26Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
}
]
}
SUSE-SU-2022:1717-1
Vulnerability from csaf_suse - Published: 2022-05-17 15:43 - Updated: 2022-05-17 15:43| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for nodejs10",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs10 fixes the following issues:\n\n- CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe (bsc#1192153).\n- CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite (bsc#1191963).\n- CVE-2021-32804: Fixed insufficient absolute path sanitization in node-tar allowing arbitrary file creation and overwrite (bsc#1191962).\n- CVE-2021-3918: Fixed improper controlled modification of object prototype attributes in json-schema (bsc#1192696).\n- CVE-2021-3807: Fixed regular expression denial of service (ReDoS) matching ANSI escape codes in node-ansi-regex (bsc#1192154).\n- CVE-2022-21824: Fixed prototype pollution via console.table (bsc#1194514).\n- CVE-2021-44906: Fixed prototype pollution in npm dependency (bsc#1198247).\n- CVE-2021-44907: Fixed insuficient sanitation in npm dependency (bsc#1197283).\n- CVE-2022-0235: Fixed passing of cookie data and sensitive headers to different hostnames in node-fetch-npm (bsc#1194819).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-1717,SUSE-SLE-Product-HPC-15-2022-1717,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-1717,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-1717,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-1717,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-1717,SUSE-SLE-Product-SLES-15-2022-1717,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-1717,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-1717,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-1717,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-1717,SUSE-SLE-Product-SLES_SAP-15-2022-1717,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-1717,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-1717,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-1717,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-1717,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-1717,SUSE-Storage-6-2022-1717,SUSE-Storage-7-2022-1717,openSUSE-SLE-15.3-2022-1717,openSUSE-SLE-15.4-2022-1717",
"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-2022_1717-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:1717-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221717-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:1717-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011058.html"
},
{
"category": "self",
"summary": "SUSE Bug 1191962",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "self",
"summary": "SUSE Bug 1191963",
"url": "https://bugzilla.suse.com/1191963"
},
{
"category": "self",
"summary": "SUSE Bug 1192153",
"url": "https://bugzilla.suse.com/1192153"
},
{
"category": "self",
"summary": "SUSE Bug 1192154",
"url": "https://bugzilla.suse.com/1192154"
},
{
"category": "self",
"summary": "SUSE Bug 1192696",
"url": "https://bugzilla.suse.com/1192696"
},
{
"category": "self",
"summary": "SUSE Bug 1194514",
"url": "https://bugzilla.suse.com/1194514"
},
{
"category": "self",
"summary": "SUSE Bug 1194819",
"url": "https://bugzilla.suse.com/1194819"
},
{
"category": "self",
"summary": "SUSE Bug 1197283",
"url": "https://bugzilla.suse.com/1197283"
},
{
"category": "self",
"summary": "SUSE Bug 1198247",
"url": "https://bugzilla.suse.com/1198247"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32803 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32803/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32804 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3807 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3918 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-44906 page",
"url": "https://www.suse.com/security/cve/CVE-2021-44906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-44907 page",
"url": "https://www.suse.com/security/cve/CVE-2021-44907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-0235 page",
"url": "https://www.suse.com/security/cve/CVE-2022-0235/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-21824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21824/"
}
],
"title": "Security update for nodejs10",
"tracking": {
"current_release_date": "2022-05-17T15:43:16Z",
"generator": {
"date": "2022-05-17T15:43:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:1717-1",
"initial_release_date": "2022-05-17T15:43:16Z",
"revision_history": [
{
"date": "2022-05-17T15:43:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"product": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"product_id": "nodejs10-10.24.1-150000.1.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"product": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"product_id": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-150000.1.44.1.aarch64",
"product": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64",
"product_id": "npm10-10.24.1-150000.1.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-150000.1.44.1.i586",
"product": {
"name": "nodejs10-10.24.1-150000.1.44.1.i586",
"product_id": "nodejs10-10.24.1-150000.1.44.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-150000.1.44.1.i586",
"product": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.i586",
"product_id": "nodejs10-devel-10.24.1-150000.1.44.1.i586"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-150000.1.44.1.i586",
"product": {
"name": "npm10-10.24.1-150000.1.44.1.i586",
"product_id": "npm10-10.24.1-150000.1.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"product": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"product_id": "nodejs10-docs-10.24.1-150000.1.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"product": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"product_id": "nodejs10-10.24.1-150000.1.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"product": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"product_id": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-150000.1.44.1.ppc64le",
"product": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le",
"product_id": "npm10-10.24.1-150000.1.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-150000.1.44.1.s390x",
"product": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x",
"product_id": "nodejs10-10.24.1-150000.1.44.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"product": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"product_id": "nodejs10-devel-10.24.1-150000.1.44.1.s390x"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-150000.1.44.1.s390x",
"product": {
"name": "npm10-10.24.1-150000.1.44.1.s390x",
"product_id": "npm10-10.24.1-150000.1.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"product": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"product_id": "nodejs10-10.24.1-150000.1.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"product": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"product_id": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm10-10.24.1-150000.1.44.1.x86_64",
"product": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64",
"product_id": "npm10-10.24.1-150000.1.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"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 Server 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"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 for SAP Applications 15",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"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 Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 6",
"product": {
"name": "SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:6"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.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:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.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:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.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:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.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:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.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:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.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:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.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:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.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:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.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:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.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:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.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:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.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:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.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:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.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:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs10-docs-10.24.1-150000.1.44.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch"
},
"product_reference": "nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm10-10.24.1-150000.1.44.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
},
"product_reference": "npm10-10.24.1-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-23343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23343"
}
],
"notes": [
{
"category": "general",
"text": "All versions of package path-parse are vulnerable to Regular Expression Denial of Service (ReDoS) via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23343",
"url": "https://www.suse.com/security/cve/CVE-2021-23343"
},
{
"category": "external",
"summary": "SUSE Bug 1192153 for CVE-2021-23343",
"url": "https://bugzilla.suse.com/1192153"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "moderate"
}
],
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-32803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32803"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32803",
"url": "https://www.suse.com/security/cve/CVE-2021-32803"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191962"
},
{
"category": "external",
"summary": "SUSE Bug 1191963 for CVE-2021-32803",
"url": "https://bugzilla.suse.com/1191963"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "important"
}
],
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32804"
}
],
"notes": [
{
"category": "general",
"text": "The npm package \"tar\" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32804",
"url": "https://www.suse.com/security/cve/CVE-2021-32804"
},
{
"category": "external",
"summary": "SUSE Bug 1191962 for CVE-2021-32804",
"url": "https://bugzilla.suse.com/1191962"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "important"
}
],
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-3807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3807"
}
],
"notes": [
{
"category": "general",
"text": "ansi-regex is vulnerable to Inefficient Regular Expression Complexity",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3807",
"url": "https://www.suse.com/security/cve/CVE-2021-3807"
},
{
"category": "external",
"summary": "SUSE Bug 1192154 for CVE-2021-3807",
"url": "https://bugzilla.suse.com/1192154"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "important"
}
],
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-3918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3918"
}
],
"notes": [
{
"category": "general",
"text": "json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3918",
"url": "https://www.suse.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "SUSE Bug 1192696 for CVE-2021-3918",
"url": "https://bugzilla.suse.com/1192696"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "important"
}
],
"title": "CVE-2021-3918"
},
{
"cve": "CVE-2021-44906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-44906"
}
],
"notes": [
{
"category": "general",
"text": "Minimist \u003c=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-44906",
"url": "https://www.suse.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "SUSE Bug 1198247 for CVE-2021-44906",
"url": "https://bugzilla.suse.com/1198247"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "moderate"
}
],
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2021-44907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-44907"
}
],
"notes": [
{
"category": "general",
"text": "DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-44907",
"url": "https://www.suse.com/security/cve/CVE-2021-44907"
},
{
"category": "external",
"summary": "SUSE Bug 1197283 for CVE-2021-44907",
"url": "https://bugzilla.suse.com/1197283"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "low"
}
],
"title": "CVE-2021-44907"
},
{
"cve": "CVE-2022-0235",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-0235"
}
],
"notes": [
{
"category": "general",
"text": "node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-0235",
"url": "https://www.suse.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "SUSE Bug 1194819 for CVE-2022-0235",
"url": "https://bugzilla.suse.com/1194819"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "moderate"
}
],
"title": "CVE-2022-0235"
},
{
"cve": "CVE-2022-21824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21824"
}
],
"notes": [
{
"category": "general",
"text": "Due to the formatting logic of the \"console.table()\" function it was not safe to allow user controlled input to be passed to the \"properties\" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be \"__proto__\". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js \u003e= 12.22.9, \u003e= 14.18.3, \u003e= 16.13.2, and \u003e= 17.3.1 use a null protoype for the object these properties are being assigned to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21824",
"url": "https://www.suse.com/security/cve/CVE-2022-21824"
},
{
"category": "external",
"summary": "SUSE Bug 1194514 for CVE-2022-21824",
"url": "https://bugzilla.suse.com/1194514"
},
{
"category": "external",
"summary": "SUSE Bug 1202688 for CVE-2022-21824",
"url": "https://bugzilla.suse.com/1202688"
}
],
"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 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 6:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 6:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Enterprise Storage 7:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Enterprise Storage 7:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-BCL:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server 15-LTSS:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Linux Enterprise Server 15-LTSS:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Proxy 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Proxy 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Retail Branch Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"SUSE Manager Server 4.1:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.ppc64le",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.s390x",
"SUSE Manager Server 4.1:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.3:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.3:npm10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:nodejs10-devel-10.24.1-150000.1.44.1.x86_64",
"openSUSE Leap 15.4:nodejs10-docs-10.24.1-150000.1.44.1.noarch",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.aarch64",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.ppc64le",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.s390x",
"openSUSE Leap 15.4:npm10-10.24.1-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T15:43:16Z",
"details": "moderate"
}
],
"title": "CVE-2022-21824"
}
]
}
WID-SEC-W-2022-0092
Vulnerability from csaf_certbund - Published: 2021-08-31 22:00 - Updated: 2024-05-09 22:00In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen "tar" und "@npmcli/arborist" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Node.js ist eine Plattform zur Entwicklung von Netzwerkanwendungen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Node.js ausnutzen, um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-0092 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-0092.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0092 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0092"
},
{
"category": "external",
"summary": "NodeJs Security Release vom 2021-08-31",
"url": "https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases2/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:3638 vom 2021-09-22",
"url": "https://access.redhat.com/errata/RHSA-2021:3638"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:3639 vom 2021-09-22",
"url": "https://access.redhat.com/errata/RHSA-2021:3639"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:3623 vom 2021-09-21",
"url": "https://access.redhat.com/errata/RHSA-2021:3623"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2021-3623 vom 2021-09-22",
"url": "http://linux.oracle.com/errata/ELSA-2021-3623.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:3666 vom 2021-09-28",
"url": "https://access.redhat.com/errata/RHSA-2021:3666"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2021-3666 vom 2021-09-28",
"url": "http://linux.oracle.com/errata/ELSA-2021-3666.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:4618 vom 2021-11-11",
"url": "https://access.redhat.com/errata/RHSA-2021:4618"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5008 vom 2021-11-12",
"url": "https://www.debian.org/security/2021/dsa-5008"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2021:3886-1 vom 2021-12-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-December/009816.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2021:3940-1 vom 2021-12-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-December/009853.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2021:3964-1 vom 2021-12-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-December/009869.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2021:5086 vom 2021-12-13",
"url": "https://access.redhat.com/errata/RHSA-2021:5086"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:0041 vom 2022-01-06",
"url": "https://access.redhat.com/errata/RHSA-2022:0041"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0101-1 vom 2022-01-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-January/010017.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:0246 vom 2022-01-25",
"url": "https://access.redhat.com/errata/RHSA-2022:0246"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:4914 vom 2022-06-06",
"url": "https://access.redhat.com/errata/RHSA-2022:4914"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:0350 vom 2022-02-02",
"url": "https://access.redhat.com/errata/RHSA-2022:0350"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-0350 vom 2022-02-02",
"url": "http://linux.oracle.com/errata/ELSA-2022-0350.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:1717-1 vom 2022-05-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011058.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0531-1 vom 2022-02-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010279.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0563-1 vom 2022-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010304.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0569-1 vom 2022-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010307.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0570-1 vom 2022-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-February/010306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0657-1 vom 2022-03-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010326.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0704-1 vom 2022-03-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010344.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:0715-1 vom 2022-03-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-March/010355.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3237 vom 2022-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00023.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202405-29 vom 2024-05-08",
"url": "https://security.gentoo.org/glsa/202405-29"
}
],
"source_lang": "en-US",
"title": "Node.js: Mehrere Schwachstellen erm\u00f6glichen Manipulation von Dateien",
"tracking": {
"current_release_date": "2024-05-09T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:26:27.934+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-0092",
"initial_release_date": "2021-08-31T22:00:00.000+00:00",
"revision_history": [
{
"date": "2021-08-31T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2021-09-21T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2021-09-22T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2021-09-27T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2021-11-11T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2021-11-14T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2021-12-02T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2021-12-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2021-12-07T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2021-12-13T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-01-06T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-01-18T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-01-24T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-02-01T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-02-02T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2022-02-21T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-02-24T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-03-02T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-03-03T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-03-06T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-05-17T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-06-06T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-12T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2024-05-09T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "24"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cv12.22.6 (LTS)",
"product": {
"name": "Open Source Node.js \u003cv12.22.6 (LTS)",
"product_id": "T020280"
}
},
{
"category": "product_version_range",
"name": "\u003cv14.17.6 (LTS)",
"product": {
"name": "Open Source Node.js \u003cv14.17.6 (LTS)",
"product_id": "T020281"
}
}
],
"category": "product_name",
"name": "Node.js"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-32803",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-32804",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-37701",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-37701"
},
{
"cve": "CVE-2021-37712",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-37712"
},
{
"cve": "CVE-2021-37713",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-37713"
},
{
"cve": "CVE-2021-39134",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-39134"
},
{
"cve": "CVE-2021-39135",
"notes": [
{
"category": "description",
"text": "In Node.js existieren mehrere Schwachstellen. Die Schwachstellen bestehen in den Modulen \"tar\" und \"@npmcli/arborist\" und aufgrund von Symlink-Fehlern. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren. Zur erfolgreichen Ausnutzung einiger dieser Schwachstellen ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T012167",
"T004914"
]
},
"release_date": "2021-08-31T22:00:00.000+00:00",
"title": "CVE-2021-39135"
}
]
}
WID-SEC-W-2023-0809
Vulnerability from csaf_certbund - Published: 2023-03-30 22:00 - Updated: 2024-02-19 23:00In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM 7.5
IBM / QRadar SIEM
|
cpe:/a:ibm:qradar_siem:7.5
|
7.5 | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-0809 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0809.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-0809 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0809"
},
{
"category": "external",
"summary": "IBM Security Bulletin: 6967283 vom 2023-03-30",
"url": "https://www.ibm.com/support/pages/node/6967283"
},
{
"category": "external",
"summary": "IBM Security Bulletin: 6967333 vom 2023-03-30",
"url": "https://www.ibm.com/support/pages/node/6967333"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6980799 vom 2023-04-04",
"url": "https://www.ibm.com/support/pages/node/6980799"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7108657 vom 2024-01-17",
"url": "https://www.ibm.com/support/pages/node/7108657"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-5ECC250449 vom 2024-02-19",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5ecc250449"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-02-19T23:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:47:38.606+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-0809",
"initial_release_date": "2023-03-30T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-03-30T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-04-04T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-01-16T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-02-19T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Fedora aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7.5",
"product": {
"name": "IBM QRadar SIEM 7.5",
"product_id": "T022954",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c User Behavior Analytics 4.1.11",
"product": {
"name": "IBM QRadar SIEM \u003c User Behavior Analytics 4.1.11",
"product_id": "T027026"
}
},
{
"category": "product_version_range",
"name": "\u003c 7.4.3 FP9",
"product": {
"name": "IBM QRadar SIEM \u003c 7.4.3 FP9",
"product_id": "T027027"
}
},
{
"category": "product_version_range",
"name": "\u003c 7.5.0 UP5",
"product": {
"name": "IBM QRadar SIEM \u003c 7.5.0 UP5",
"product_id": "T027028"
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2022-4883",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-4883"
},
{
"cve": "CVE-2022-46364",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-46364"
},
{
"cve": "CVE-2022-46363",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-46363"
},
{
"cve": "CVE-2022-45143",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-45143"
},
{
"cve": "CVE-2022-42890",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-42890"
},
{
"cve": "CVE-2022-4254",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-4254"
},
{
"cve": "CVE-2022-42252",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-42252"
},
{
"cve": "CVE-2022-41966",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-41966"
},
{
"cve": "CVE-2022-41946",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-41946"
},
{
"cve": "CVE-2022-41704",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-41704"
},
{
"cve": "CVE-2022-40156",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40156"
},
{
"cve": "CVE-2022-40155",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40155"
},
{
"cve": "CVE-2022-40154",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40154"
},
{
"cve": "CVE-2022-40153",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40153"
},
{
"cve": "CVE-2022-40152",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40152"
},
{
"cve": "CVE-2022-40150",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40150"
},
{
"cve": "CVE-2022-40149",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-40149"
},
{
"cve": "CVE-2022-37603",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-37603"
},
{
"cve": "CVE-2022-37601",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-37601"
},
{
"cve": "CVE-2022-37599",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-37599"
},
{
"cve": "CVE-2022-37598",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-37598"
},
{
"cve": "CVE-2022-3676",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-3676"
},
{
"cve": "CVE-2022-36364",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-36364"
},
{
"cve": "CVE-2022-36033",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-36033"
},
{
"cve": "CVE-2022-34917",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-34917"
},
{
"cve": "CVE-2022-31197",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-31197"
},
{
"cve": "CVE-2022-31129",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-31129"
},
{
"cve": "CVE-2022-2964",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2022-28733",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-28733"
},
{
"cve": "CVE-2022-2795",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-25927",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-25927"
},
{
"cve": "CVE-2022-25901",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-25901"
},
{
"cve": "CVE-2022-25758",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-25758"
},
{
"cve": "CVE-2022-25647",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-24999",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-24999"
},
{
"cve": "CVE-2022-24839",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-24839"
},
{
"cve": "CVE-2022-24823",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-24785",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-24785"
},
{
"cve": "CVE-2022-23437",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-23437"
},
{
"cve": "CVE-2022-22971",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-22971"
},
{
"cve": "CVE-2022-22970",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-22970"
},
{
"cve": "CVE-2022-21724",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-21724"
},
{
"cve": "CVE-2022-21628",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-21628"
},
{
"cve": "CVE-2022-21626",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-21626"
},
{
"cve": "CVE-2022-21624",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-21624"
},
{
"cve": "CVE-2022-21619",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2022-21619"
},
{
"cve": "CVE-2021-43797",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-43797"
},
{
"cve": "CVE-2021-42740",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-42740"
},
{
"cve": "CVE-2021-42581",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-42581"
},
{
"cve": "CVE-2021-39227",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-39227"
},
{
"cve": "CVE-2021-3918",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-3918"
},
{
"cve": "CVE-2021-3807",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-37713",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-37713"
},
{
"cve": "CVE-2021-37712",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-37712"
},
{
"cve": "CVE-2021-37701",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-37701"
},
{
"cve": "CVE-2021-3765",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-3765"
},
{
"cve": "CVE-2021-37137",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-37137"
},
{
"cve": "CVE-2021-37136",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-37136"
},
{
"cve": "CVE-2021-32804",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-32804"
},
{
"cve": "CVE-2021-32803",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-32803"
},
{
"cve": "CVE-2021-29060",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-29060"
},
{
"cve": "CVE-2021-26401",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-26401"
},
{
"cve": "CVE-2021-25220",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-25220"
},
{
"cve": "CVE-2021-23450",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23450"
},
{
"cve": "CVE-2021-23382",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23382"
},
{
"cve": "CVE-2021-23368",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23368"
},
{
"cve": "CVE-2021-23364",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23364"
},
{
"cve": "CVE-2021-23362",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23362"
},
{
"cve": "CVE-2021-23343",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-23343"
},
{
"cve": "CVE-2021-21409",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-21409"
},
{
"cve": "CVE-2021-21295",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-21295"
},
{
"cve": "CVE-2021-21290",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2021-21290"
},
{
"cve": "CVE-2020-7764",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2020-7764"
},
{
"cve": "CVE-2020-5259",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2020-5259"
},
{
"cve": "CVE-2020-24025",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2020-24025"
},
{
"cve": "CVE-2020-15366",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2020-15366"
},
{
"cve": "CVE-2020-13936",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2020-13936"
},
{
"cve": "CVE-2019-6286",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2019-6286"
},
{
"cve": "CVE-2019-6284",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2019-6284"
},
{
"cve": "CVE-2019-6283",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2019-6283"
},
{
"cve": "CVE-2019-10785",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2019-10785"
},
{
"cve": "CVE-2018-8036",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-8036"
},
{
"cve": "CVE-2018-20821",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-20821"
},
{
"cve": "CVE-2018-20190",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-20190"
},
{
"cve": "CVE-2018-19839",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-19839"
},
{
"cve": "CVE-2018-19838",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-19838"
},
{
"cve": "CVE-2018-19827",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-19827"
},
{
"cve": "CVE-2018-19797",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-19797"
},
{
"cve": "CVE-2018-15494",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-15494"
},
{
"cve": "CVE-2018-11698",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-11698"
},
{
"cve": "CVE-2018-11694",
"notes": [
{
"category": "description",
"text": "In IBM QRadar SIEM existieren mehrere Schwachstellen. Diese bestehen in verschiedenen Software-Komponenten von QRadar. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuf\u00fchren, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren oder unbekannte Auswirkungen zu verursachen."
}
],
"product_status": {
"known_affected": [
"T022954",
"74185"
]
},
"release_date": "2023-03-30T22:00:00.000+00:00",
"title": "CVE-2018-11694"
}
]
}
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.