Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-44906 (GCVE-0-2021-44906)
Vulnerability from cvelistv5 – Published: 2022-03-17 13:05 – Updated: 2024-08-04 04:32- n/a
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T04:32:13.585Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://snyk.io/vuln/SNYK-JS-MINIMIST-559764"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/substack/minimist/blob/master/index.js#L69"
},
{
"tags": [
"x_transferred"
],
"url": "https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/substack/minimist/issues/164"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240621-0006/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Minimist \u003c=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95)."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-21T19:07:14.002Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://snyk.io/vuln/SNYK-JS-MINIMIST-559764"
},
{
"url": "https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip"
},
{
"url": "https://github.com/substack/minimist/blob/master/index.js#L69"
},
{
"url": "https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068"
},
{
"url": "https://github.com/substack/minimist/issues/164"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240621-0006/"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2021-44906",
"datePublished": "2022-03-17T13:05:57.000Z",
"dateReserved": "2021-12-13T00:00:00.000Z",
"dateUpdated": "2024-08-04T04:32:13.585Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-44906",
"date": "2026-06-10",
"epss": "0.00789",
"percentile": "0.7429"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:substack:minimist:*:*:*:*:*:node.js:*:*\", \"versionEndExcluding\": \"1.2.6\", \"matchCriteriaId\": \"ECC2AD41-AACB-437B-95EB-D382C8C33F94\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Minimist \u003c=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).\"}, {\"lang\": \"es\", \"value\": \"Minimist versiones anteriores a 1.2.5 incluy\\u00e9ndola, es vulnerable a una Contaminaci\\u00f3n de Prototipos por medio del archivo index.js, funci\\u00f3n setKey() (l\\u00edneas 69-95)\"}]",
"id": "CVE-2021-44906",
"lastModified": "2024-11-21T06:31:40.980",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:P/I:P/A:P\", \"baseScore\": 7.5, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"HIGH\", \"exploitabilityScore\": 10.0, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2022-03-17T16:15:07.510",
"references": "[{\"url\": \"https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/substack/minimist/blob/master/index.js#L69\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/substack/minimist/issues/164\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240621-0006/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://snyk.io/vuln/SNYK-JS-MINIMIST-559764\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Not Applicable\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068\", \"source\": \"cve@mitre.org\", \"tags\": [\"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/substack/minimist/blob/master/index.js#L69\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/substack/minimist/issues/164\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240621-0006/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://snyk.io/vuln/SNYK-JS-MINIMIST-559764\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Not Applicable\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1321\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-44906\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2022-03-17T16:15:07.510\",\"lastModified\":\"2024-11-21T06:31:40.980\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Minimist \u003c=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).\"},{\"lang\":\"es\",\"value\":\"Minimist versiones anteriores a 1.2.5 incluy\u00e9ndola, es vulnerable a una Contaminaci\u00f3n de Prototipos por medio del archivo index.js, funci\u00f3n setKey() (l\u00edneas 69-95)\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:P/A:P\",\"baseScore\":7.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1321\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:substack:minimist:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"1.2.6\",\"matchCriteriaId\":\"ECC2AD41-AACB-437B-95EB-D382C8C33F94\"}]}]}],\"references\":[{\"url\":\"https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/substack/minimist/blob/master/index.js#L69\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/substack/minimist/issues/164\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://snyk.io/vuln/SNYK-JS-MINIMIST-559764\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Not Applicable\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/Marynk/JavaScript-vulnerability-detection/blob/main/minimist%20PoC.zip\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/substack/minimist/blob/master/index.js#L69\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/substack/minimist/issues/164\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20240621-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://snyk.io/vuln/SNYK-JS-MINIMIST-559764\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Not Applicable\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://stackoverflow.com/questions/8588563/adding-custom-properties-to-a-function/20278068#20278068\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]}]}}"
}
}
SUSE-SU-2022:1466-1
Vulnerability from csaf_suse - Published: 2022-04-29 09:42 - Updated: 2022-04-29 09:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 nodejs12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for nodejs12 fixes the following issues:\n\n- CVE-2021-44906: Fixed a prototype pollution in node-minimist (bsc#1198247).\n- CVE-2021-44907: Fixed a potential Denial of Service vulnerability in node-qs (bsc#1197283).\n- CVE-2022-0235: Fixed an exposure of sensitive information to an unauthorized actor in node-fetch (bsc#1194819).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-1466,SUSE-SLE-Module-Web-Scripting-12-2022-1466",
"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_1466-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:1466-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221466-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:1466-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-April/010896.html"
},
{
"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-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/"
}
],
"title": "Security update for nodejs12",
"tracking": {
"current_release_date": "2022-04-29T09:42:23Z",
"generator": {
"date": "2022-04-29T09:42:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:1466-1",
"initial_release_date": "2022-04-29T09:42:23Z",
"revision_history": [
{
"date": "2022-04-29T09:42:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-1.48.1.aarch64",
"product": {
"name": "nodejs12-12.22.12-1.48.1.aarch64",
"product_id": "nodejs12-12.22.12-1.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-1.48.1.aarch64",
"product": {
"name": "nodejs12-devel-12.22.12-1.48.1.aarch64",
"product_id": "nodejs12-devel-12.22.12-1.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-1.48.1.aarch64",
"product": {
"name": "npm12-12.22.12-1.48.1.aarch64",
"product_id": "npm12-12.22.12-1.48.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-1.48.1.i586",
"product": {
"name": "nodejs12-12.22.12-1.48.1.i586",
"product_id": "nodejs12-12.22.12-1.48.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-1.48.1.i586",
"product": {
"name": "nodejs12-devel-12.22.12-1.48.1.i586",
"product_id": "nodejs12-devel-12.22.12-1.48.1.i586"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-1.48.1.i586",
"product": {
"name": "npm12-12.22.12-1.48.1.i586",
"product_id": "npm12-12.22.12-1.48.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-docs-12.22.12-1.48.1.noarch",
"product": {
"name": "nodejs12-docs-12.22.12-1.48.1.noarch",
"product_id": "nodejs12-docs-12.22.12-1.48.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-1.48.1.ppc64le",
"product": {
"name": "nodejs12-12.22.12-1.48.1.ppc64le",
"product_id": "nodejs12-12.22.12-1.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-1.48.1.ppc64le",
"product": {
"name": "nodejs12-devel-12.22.12-1.48.1.ppc64le",
"product_id": "nodejs12-devel-12.22.12-1.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-1.48.1.ppc64le",
"product": {
"name": "npm12-12.22.12-1.48.1.ppc64le",
"product_id": "npm12-12.22.12-1.48.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-1.48.1.s390x",
"product": {
"name": "nodejs12-12.22.12-1.48.1.s390x",
"product_id": "nodejs12-12.22.12-1.48.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-1.48.1.s390x",
"product": {
"name": "nodejs12-devel-12.22.12-1.48.1.s390x",
"product_id": "nodejs12-devel-12.22.12-1.48.1.s390x"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-1.48.1.s390x",
"product": {
"name": "npm12-12.22.12-1.48.1.s390x",
"product_id": "npm12-12.22.12-1.48.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs12-12.22.12-1.48.1.x86_64",
"product": {
"name": "nodejs12-12.22.12-1.48.1.x86_64",
"product_id": "nodejs12-12.22.12-1.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs12-devel-12.22.12-1.48.1.x86_64",
"product": {
"name": "nodejs12-devel-12.22.12-1.48.1.x86_64",
"product_id": "nodejs12-devel-12.22.12-1.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm12-12.22.12-1.48.1.x86_64",
"product": {
"name": "npm12-12.22.12-1.48.1.x86_64",
"product_id": "npm12-12.22.12-1.48.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": "nodejs12-12.22.12-1.48.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:nodejs12-12.22.12-1.48.1.aarch64"
},
"product_reference": "nodejs12-12.22.12-1.48.1.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.12-1.48.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:nodejs12-12.22.12-1.48.1.ppc64le"
},
"product_reference": "nodejs12-12.22.12-1.48.1.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.12-1.48.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:nodejs12-12.22.12-1.48.1.s390x"
},
"product_reference": "nodejs12-12.22.12-1.48.1.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.12-1.48.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:nodejs12-12.22.12-1.48.1.x86_64"
},
"product_reference": "nodejs12-12.22.12-1.48.1.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.12-1.48.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:nodejs12-devel-12.22.12-1.48.1.aarch64"
},
"product_reference": "nodejs12-devel-12.22.12-1.48.1.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.12-1.48.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:nodejs12-devel-12.22.12-1.48.1.ppc64le"
},
"product_reference": "nodejs12-devel-12.22.12-1.48.1.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.12-1.48.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:nodejs12-devel-12.22.12-1.48.1.s390x"
},
"product_reference": "nodejs12-devel-12.22.12-1.48.1.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.12-1.48.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:nodejs12-devel-12.22.12-1.48.1.x86_64"
},
"product_reference": "nodejs12-devel-12.22.12-1.48.1.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.12-1.48.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:nodejs12-docs-12.22.12-1.48.1.noarch"
},
"product_reference": "nodejs12-docs-12.22.12-1.48.1.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.12-1.48.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:npm12-12.22.12-1.48.1.aarch64"
},
"product_reference": "npm12-12.22.12-1.48.1.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.12-1.48.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:npm12-12.22.12-1.48.1.ppc64le"
},
"product_reference": "npm12-12.22.12-1.48.1.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.12-1.48.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:npm12-12.22.12-1.48.1.s390x"
},
"product_reference": "npm12-12.22.12-1.48.1.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.12-1.48.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:npm12-12.22.12-1.48.1.x86_64"
},
"product_reference": "npm12-12.22.12-1.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12"
}
]
},
"vulnerabilities": [
{
"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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-29T09:42:23Z",
"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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-29T09:42:23Z",
"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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.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 Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-devel-12.22.12-1.48.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 12:nodejs12-docs-12.22.12-1.48.1.noarch",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 12:npm12-12.22.12-1.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-04-29T09:42:23Z",
"details": "moderate"
}
],
"title": "CVE-2022-0235"
}
]
}
SUSE-SU-2022:1694-1
Vulnerability from csaf_suse - Published: 2022-05-17 07:13 - Updated: 2022-05-17 07:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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-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-1694,openSUSE-SLE-15.3-2022-1694,openSUSE-SLE-15.4-2022-1694",
"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_1694-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:1694-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221694-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:1694-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011051.html"
},
{
"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-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/"
}
],
"title": "Security update for nodejs8",
"tracking": {
"current_release_date": "2022-05-17T07:13:45Z",
"generator": {
"date": "2022-05-17T07:13:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:1694-1",
"initial_release_date": "2022-05-17T07:13:45Z",
"revision_history": [
{
"date": "2022-05-17T07:13:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-150200.10.22.1.aarch64",
"product": {
"name": "nodejs8-8.17.0-150200.10.22.1.aarch64",
"product_id": "nodejs8-8.17.0-150200.10.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"product": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"product_id": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-150200.10.22.1.aarch64",
"product": {
"name": "npm8-8.17.0-150200.10.22.1.aarch64",
"product_id": "npm8-8.17.0-150200.10.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-150200.10.22.1.i586",
"product": {
"name": "nodejs8-8.17.0-150200.10.22.1.i586",
"product_id": "nodejs8-8.17.0-150200.10.22.1.i586"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-150200.10.22.1.i586",
"product": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.i586",
"product_id": "nodejs8-devel-8.17.0-150200.10.22.1.i586"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-150200.10.22.1.i586",
"product": {
"name": "npm8-8.17.0-150200.10.22.1.i586",
"product_id": "npm8-8.17.0-150200.10.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"product": {
"name": "nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"product_id": "nodejs8-docs-8.17.0-150200.10.22.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-150200.10.22.1.ppc64le",
"product": {
"name": "nodejs8-8.17.0-150200.10.22.1.ppc64le",
"product_id": "nodejs8-8.17.0-150200.10.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"product": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"product_id": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-150200.10.22.1.ppc64le",
"product": {
"name": "npm8-8.17.0-150200.10.22.1.ppc64le",
"product_id": "npm8-8.17.0-150200.10.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-150200.10.22.1.s390x",
"product": {
"name": "nodejs8-8.17.0-150200.10.22.1.s390x",
"product_id": "nodejs8-8.17.0-150200.10.22.1.s390x"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"product": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"product_id": "nodejs8-devel-8.17.0-150200.10.22.1.s390x"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-150200.10.22.1.s390x",
"product": {
"name": "npm8-8.17.0-150200.10.22.1.s390x",
"product_id": "npm8-8.17.0-150200.10.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nodejs8-8.17.0-150200.10.22.1.x86_64",
"product": {
"name": "nodejs8-8.17.0-150200.10.22.1.x86_64",
"product_id": "nodejs8-8.17.0-150200.10.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"product": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"product_id": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "npm8-8.17.0-150200.10.22.1.x86_64",
"product": {
"name": "npm8-8.17.0-150200.10.22.1.x86_64",
"product_id": "npm8-8.17.0-150200.10.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "nodejs8-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-150200.10.22.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "nodejs8-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nodejs8-docs-8.17.0-150200.10.22.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch"
},
"product_reference": "nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "npm8-8.17.0-150200.10.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64"
},
"product_reference": "npm8-8.17.0-150200.10.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T07:13:45Z",
"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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T07:13:45Z",
"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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.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": [
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.3:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.3:npm8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:nodejs8-devel-8.17.0-150200.10.22.1.x86_64",
"openSUSE Leap 15.4:nodejs8-docs-8.17.0-150200.10.22.1.noarch",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.aarch64",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.ppc64le",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.s390x",
"openSUSE Leap 15.4:npm8-8.17.0-150200.10.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-17T07:13:45Z",
"details": "moderate"
}
],
"title": "CVE-2022-0235"
}
]
}
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"
}
]
}
SUSE-SU-2022:2144-1
Vulnerability from csaf_suse - Published: 2022-06-20 14:11 - Updated: 2022-06-20 14:11| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch | — |
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 SUSE Manager Server 4.2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "\nThis update fixes the following issues:\n\ninter-server-sync:\n\n- version 0.2.2\n * Parameter --channel-with-children didn\u0027t export data (bsc#1199089)\n * Clean rhnchannelcloned table to rebuild hierarchy (bsc#1197400)\n- Version 0.2.1\n * Correct sequence in use for table rhnpackagekey(bsc#1197400)\n * Make Docker image export compatible with Suse Manager 4.2\n- Version 0.2.0\n * Allow images export and import (os based and Docker)\n\nprometheus-formula:\n\n- Version 0.6.2\n * Allow prometheus-formula only for SUSE systems (bsc#1199149)\n\nsalt-netapi-client:\n\n- Improve the hotfix for bsc#1192550 (bsc#1197449):\n\nsmdba:\n\n- Don\u0027t package egg-info file for Enterprise Linux.\n\nspacecmd:\n\n- Version 4.2.17-1\n * parse boolean paramaters correctly (bsc#1197689)\n\nspacewalk-backend:\n\n- version 4.2.22-1\n * Do not raise error on file:// based DEB repo when looking for alternative Release files (bsc#1199142)\n- Version 4.2.21-1\n * Improve parsing deb packages dependencies (bsc#1194594)\n\nspacewalk-certs-tools:\n\n- Version 4.2.16-1\n * Add Salt Bundle support to bootstrap script generator\n\nspacewalk-java:\n\n- version 4.2.38-1\n * Remove unused gson-extras.jar during build \n- version 4.2.37-1\n * CVE-2022-31248: User enumeration via weak error message. (bsc#1199629)\n- version 4.2.36-1\n * CVE-2022-21952: Unauthenticated remote Denial of Service via resource exhaustion. (bsc#1199512)\n- Version 4.2.35-1\n * faster display installable packages list (bsc#1187333)\n * Pass ssh_salt_pre_flight_script and ssh_use_salt_thin parameters\n to the generated roster files to enable optional Salt Bundle\n support with Salt SSH\n * Fix reboot time on salt-ssh client(bsc#1197591)\n * detect free products in Alpha and Beta stage and prevent checks\n on openSUSE products (bsc#1197488)\n * Allow monitoring entitlement for debian 11 and 10\n * Hide private methods in XMLRPC handlers\n * Warning log when hardware refresh result is not serializable\n * Optimize adding new products function (bsc#1193707)\n\nspacewalk-utils:\n\n- Version 4.2.16-1\n * Add Debian 11 repositories\n\nspacewalk-web:\n\n- Version 4.2.27-1\n * increase web page default timeout (bsc#1187333)\n * Add ssh_salt_pre_flight_script and ssh_use_salt_thin parameters\n to default rhn_web.conf\n * Upgrade minimist to fix CVE-2021-44906\n * susemanager-nodejs-sdk-devel is now provided by spacewalk-web\n * Resolve race conditions in CLM (bsc#1195710)\n\nsusemanager:\n\n- version 4.2.32-1\n * Add python3-contextvars and python3-immutables to missing bootstrap repos (bsc#1200606)\n- version 4.2.31-1\n * Add python3-gnupg to bootstrap repo definition for Ubuntu 20.04 (bsc#1200212)\n- version 4.2.30-1\n * Fix a syntax problem at the bootstrap repository definitions\n- Version 4.2.29-1\n * Add Salt Bundle support to mgr-create-bootstrap-repo\n * Enable bootstrapping for Debian 11\n * fix SLE15 bootstrap repo definition (bsc#1197438)\n * Add SLES15SP4 and SUMA Proxy 4.3 to bootstrap\n repo definitions (bsc#1196702)\n * Add missing dependencies for Salt 3004 into bootstrap repository\n for SLE15 family (bsc#1198221)\n\nsusemanager-doc-indexes:\n\n- Updated Salt version for Server and Proxy to 3004\n- Added details to Client Configuration Guide on using Salt Bundle as optional\n- Updated saltversion attribute from 3002 to 3004 \n- In the Administration Guide, documented that monitoring tools are \n available in SUSE Linux Enterprise 12 and 15 and openSUSE Leap 15, \n but Grafana is not available on Proxy (bsc#1191143)\n- Documented Autoyast installation features in Autoyast section of \n the Client Configuration Guide\n- In Client Configuration Guide document Debian 11 as a supported OS \n as a client\n- In Client Configuration Guide, clarified client upgrade issues\n- In Client Configuration Guide, added information about registration \n of version 12 of SUSE Linux Enterprise clients\n- In Client Configuration Guide, mark the applying patches features as \n supported on Ubuntu\n- SLE Micro in Client Configuration Guide: Update version number from\n 5.0 to 5.1, and warn about Salt installation. \n\nsusemanager-docs_en:\n\n- Updated Salt version for Server and Proxy to 3004\n- Added details to Client Configuration Guide on using Salt Bundle as optional\n- In the Administration Guide, documented that monitoring tools are \n available in SUSE Linux Enterprise 12 and 15 and openSUSE Leap 15, \n but Grafana is not available on Proxy (bsc#1191143)\n- Documented Autoyast installation features in Autoyast section of \n the Client Configuration Guide\n- In Client Configuration Guide document Debian 11 as a supported OS \n as a client\n- In Client Configuration Guide, clarified client upgrade issues\n- In Client Configuration Guide, added information about registration \n of version 12 of SUSE Linux Enterprise clients\n- In Client Configuration Guide, mark the applying patches features as \n supported on Ubuntu\n- SLE Micro in Client Configuration Guide: Update version number from\n 5.0 to 5.1, and warn about Salt installation. \n\nsusemanager-schema:\n\n- Version 4.2.22-1\n * Add schema directory for susemanager-schema-4.2.21\n\nsusemanager-sls:\n\n- version 4.2.23-1\n * Fix bootstrap repository URL resolution for Yum based clients with preflight script for Salt SSH\n- Version 4.2.22-1\n * Add Salt Bundle support on bootstrapping\n * Add Salt SSH with Salt Bundle support\n * Add util.mgr_switch_to_venv_minion state to switch salt minions\n to use the Salt Bundle\n * Fix bootstrap repository path resolution for Oracle Linux\n * Handle salt bundle in set_proxy.sls\n\nsusemanager-sync-data:\n\n- Version 4.2.12-1\n * change release status of EL 7 and 8 aarch64 to released\n * change release status of Rocky Linux 8 x86_64 to released\n * add Debian 11 amd64\n\nsupportutils-plugin-salt:\n\n- Update to version 1.2.0\n * Add support for Salt Bundle\n\nvirtual-host-gatherer:\n\n- Version 1.0.23-1\n * reformat the first 3 groups of the UUID for hardware versions \u003e=13\n in VMWare environment.\n * Fix shebangs to use python3\n * Implement libvirt module\n\nHow to apply this update:\n\n1. Log in as root user to the SUSE Manager server.\n2. Stop the Spacewalk service:\n`spacewalk-service stop`\n3. Apply the patch using either zypper patch or YaST Online Update.\n4. Start the Spacewalk service:\n`spacewalk-service start`\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2144,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2022-2144,SUSE-SLE-Module-SUSE-Manager-Server-4.2-2022-2144",
"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_2144-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2144-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222144-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2144-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011319.html"
},
{
"category": "self",
"summary": "SUSE Bug 1187333",
"url": "https://bugzilla.suse.com/1187333"
},
{
"category": "self",
"summary": "SUSE Bug 1191143",
"url": "https://bugzilla.suse.com/1191143"
},
{
"category": "self",
"summary": "SUSE Bug 1192550",
"url": "https://bugzilla.suse.com/1192550"
},
{
"category": "self",
"summary": "SUSE Bug 1193707",
"url": "https://bugzilla.suse.com/1193707"
},
{
"category": "self",
"summary": "SUSE Bug 1194594",
"url": "https://bugzilla.suse.com/1194594"
},
{
"category": "self",
"summary": "SUSE Bug 1195710",
"url": "https://bugzilla.suse.com/1195710"
},
{
"category": "self",
"summary": "SUSE Bug 1196702",
"url": "https://bugzilla.suse.com/1196702"
},
{
"category": "self",
"summary": "SUSE Bug 1197400",
"url": "https://bugzilla.suse.com/1197400"
},
{
"category": "self",
"summary": "SUSE Bug 1197438",
"url": "https://bugzilla.suse.com/1197438"
},
{
"category": "self",
"summary": "SUSE Bug 1197449",
"url": "https://bugzilla.suse.com/1197449"
},
{
"category": "self",
"summary": "SUSE Bug 1197488",
"url": "https://bugzilla.suse.com/1197488"
},
{
"category": "self",
"summary": "SUSE Bug 1197591",
"url": "https://bugzilla.suse.com/1197591"
},
{
"category": "self",
"summary": "SUSE Bug 1197689",
"url": "https://bugzilla.suse.com/1197689"
},
{
"category": "self",
"summary": "SUSE Bug 1198221",
"url": "https://bugzilla.suse.com/1198221"
},
{
"category": "self",
"summary": "SUSE Bug 1199089",
"url": "https://bugzilla.suse.com/1199089"
},
{
"category": "self",
"summary": "SUSE Bug 1199142",
"url": "https://bugzilla.suse.com/1199142"
},
{
"category": "self",
"summary": "SUSE Bug 1199149",
"url": "https://bugzilla.suse.com/1199149"
},
{
"category": "self",
"summary": "SUSE Bug 1199512",
"url": "https://bugzilla.suse.com/1199512"
},
{
"category": "self",
"summary": "SUSE Bug 1199629",
"url": "https://bugzilla.suse.com/1199629"
},
{
"category": "self",
"summary": "SUSE Bug 1200212",
"url": "https://bugzilla.suse.com/1200212"
},
{
"category": "self",
"summary": "SUSE Bug 1200606",
"url": "https://bugzilla.suse.com/1200606"
},
{
"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-2022-21952 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31248 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31248/"
}
],
"title": "Security update for SUSE Manager Server 4.2",
"tracking": {
"current_release_date": "2022-06-20T14:11:52Z",
"generator": {
"date": "2022-06-20T14:11:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2144-1",
"initial_release_date": "2022-06-20T14:11:52Z",
"revision_history": [
{
"date": "2022-06-20T14:11:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "inter-server-sync-0.2.2-150300.8.17.1.aarch64",
"product": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.aarch64",
"product_id": "inter-server-sync-0.2.2-150300.8.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "smdba-1.7.10-0.150300.3.6.1.aarch64",
"product": {
"name": "smdba-1.7.10-0.150300.3.6.1.aarch64",
"product_id": "smdba-1.7.10-0.150300.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "susemanager-4.2.32-150300.3.31.1.aarch64",
"product": {
"name": "susemanager-4.2.32-150300.3.31.1.aarch64",
"product_id": "susemanager-4.2.32-150300.3.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.2.32-150300.3.31.1.aarch64",
"product": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.aarch64",
"product_id": "susemanager-tools-4.2.32-150300.3.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "prometheus-formula-0.6.2-150300.3.14.1.noarch",
"product": {
"name": "prometheus-formula-0.6.2-150300.3.14.1.noarch",
"product_id": "prometheus-formula-0.6.2-150300.3.14.1.noarch"
}
},
{
"category": "product_version",
"name": "python2-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product": {
"name": "python2-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product_id": "python2-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
}
},
{
"category": "product_version",
"name": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product": {
"name": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product_id": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
}
},
{
"category": "product_version",
"name": "salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"product": {
"name": "salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"product_id": "salt-netapi-client-0.19.0-150300.3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "spacecmd-4.2.17-150300.4.21.4.noarch",
"product": {
"name": "spacecmd-4.2.17-150300.4.21.4.noarch",
"product_id": "spacecmd-4.2.17-150300.4.21.4.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-app-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-cdn-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-cdn-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-cdn-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-server-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"product": {
"name": "spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"product_id": "spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-base-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-base-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product": {
"name": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"product_id": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-dobby-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-dobby-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-dobby-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-html-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-html-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-html-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-html-debug-4.2.27-150300.3.21.7.noarch",
"product": {
"name": "spacewalk-html-debug-4.2.27-150300.3.21.7.noarch",
"product_id": "spacewalk-html-debug-4.2.27-150300.3.21.7.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-java-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-java-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-apidoc-sources-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-java-apidoc-sources-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-java-apidoc-sources-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-java-config-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-java-lib-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"product": {
"name": "spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"product_id": "spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"product": {
"name": "spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"product_id": "spacewalk-utils-4.2.16-150300.3.15.5.noarch"
}
},
{
"category": "product_version",
"name": "spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"product": {
"name": "spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"product_id": "spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch"
}
},
{
"category": "product_version",
"name": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"product": {
"name": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"product_id": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"product": {
"name": "susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"product_id": "susemanager-doc-indexes-4.2-150300.12.27.6.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-docs_en-4.2-150300.12.27.1.noarch",
"product": {
"name": "susemanager-docs_en-4.2-150300.12.27.1.noarch",
"product_id": "susemanager-docs_en-4.2-150300.12.27.1.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"product": {
"name": "susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"product_id": "susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-schema-4.2.22-150300.3.21.6.noarch",
"product": {
"name": "susemanager-schema-4.2.22-150300.3.21.6.noarch",
"product_id": "susemanager-schema-4.2.22-150300.3.21.6.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-schema-sanity-4.2.22-150300.3.21.6.noarch",
"product": {
"name": "susemanager-schema-sanity-4.2.22-150300.3.21.6.noarch",
"product_id": "susemanager-schema-sanity-4.2.22-150300.3.21.6.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-sls-4.2.23-150300.3.25.4.noarch",
"product": {
"name": "susemanager-sls-4.2.23-150300.3.25.4.noarch",
"product_id": "susemanager-sls-4.2.23-150300.3.25.4.noarch"
}
},
{
"category": "product_version",
"name": "susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"product": {
"name": "susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"product_id": "susemanager-sync-data-4.2.12-150300.3.18.3.noarch"
}
},
{
"category": "product_version",
"name": "uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"product": {
"name": "uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"product_id": "uyuni-config-modules-4.2.23-150300.3.25.4.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-1.0.23-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-Libvirt-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-Libvirt-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-Libvirt-1.0.23-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch",
"product": {
"name": "virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch",
"product_id": "virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"product": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"product_id": "inter-server-sync-0.2.2-150300.8.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "smdba-1.7.10-0.150300.3.6.1.ppc64le",
"product": {
"name": "smdba-1.7.10-0.150300.3.6.1.ppc64le",
"product_id": "smdba-1.7.10-0.150300.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "susemanager-4.2.32-150300.3.31.1.ppc64le",
"product": {
"name": "susemanager-4.2.32-150300.3.31.1.ppc64le",
"product_id": "susemanager-4.2.32-150300.3.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"product": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"product_id": "susemanager-tools-4.2.32-150300.3.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "inter-server-sync-0.2.2-150300.8.17.1.s390x",
"product": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.s390x",
"product_id": "inter-server-sync-0.2.2-150300.8.17.1.s390x"
}
},
{
"category": "product_version",
"name": "smdba-1.7.10-0.150300.3.6.1.s390x",
"product": {
"name": "smdba-1.7.10-0.150300.3.6.1.s390x",
"product_id": "smdba-1.7.10-0.150300.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "susemanager-4.2.32-150300.3.31.1.s390x",
"product": {
"name": "susemanager-4.2.32-150300.3.31.1.s390x",
"product_id": "susemanager-4.2.32-150300.3.31.1.s390x"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.2.32-150300.3.31.1.s390x",
"product": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.s390x",
"product_id": "susemanager-tools-4.2.32-150300.3.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"product": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"product_id": "inter-server-sync-0.2.2-150300.8.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "smdba-1.7.10-0.150300.3.6.1.x86_64",
"product": {
"name": "smdba-1.7.10-0.150300.3.6.1.x86_64",
"product_id": "smdba-1.7.10-0.150300.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "susemanager-4.2.32-150300.3.31.1.x86_64",
"product": {
"name": "susemanager-4.2.32-150300.3.31.1.x86_64",
"product_id": "susemanager-4.2.32-150300.3.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"product": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"product_id": "susemanager-tools-4.2.32-150300.3.31.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Proxy Module 4.2",
"product": {
"name": "SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server Module 4.2",
"product": {
"name": "SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
},
"product_reference": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.2.17-150300.4.21.4.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch"
},
"product_reference": "spacecmd-4.2.17-150300.4.21.4.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
},
"product_reference": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch as component of SUSE Manager Proxy Module 4.2",
"product_id": "SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le"
},
"product_reference": "inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x"
},
"product_reference": "inter-server-sync-0.2.2-150300.8.17.1.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "inter-server-sync-0.2.2-150300.8.17.1.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64"
},
"product_reference": "inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "prometheus-formula-0.6.2-150300.3.14.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch"
},
"product_reference": "prometheus-formula-0.6.2-150300.3.14.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
},
"product_reference": "python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-netapi-client-0.19.0-150300.3.6.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch"
},
"product_reference": "salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "smdba-1.7.10-0.150300.3.6.1.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le"
},
"product_reference": "smdba-1.7.10-0.150300.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "smdba-1.7.10-0.150300.3.6.1.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x"
},
"product_reference": "smdba-1.7.10-0.150300.3.6.1.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "smdba-1.7.10-0.150300.3.6.1.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64"
},
"product_reference": "smdba-1.7.10-0.150300.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacecmd-4.2.17-150300.4.21.4.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch"
},
"product_reference": "spacecmd-4.2.17-150300.4.21.4.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-app-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-server-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch"
},
"product_reference": "spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-base-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch"
},
"product_reference": "spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-html-4.2.27-150300.3.21.7.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch"
},
"product_reference": "spacewalk-html-4.2.27-150300.3.21.7.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-4.2.38-150300.3.35.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch"
},
"product_reference": "spacewalk-java-4.2.38-150300.3.35.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-config-4.2.38-150300.3.35.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch"
},
"product_reference": "spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-lib-4.2.38-150300.3.35.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch"
},
"product_reference": "spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch"
},
"product_reference": "spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch"
},
"product_reference": "spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-utils-4.2.16-150300.3.15.5.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch"
},
"product_reference": "spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch"
},
"product_reference": "spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch"
},
"product_reference": "supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.2.32-150300.3.31.1.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le"
},
"product_reference": "susemanager-4.2.32-150300.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.2.32-150300.3.31.1.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x"
},
"product_reference": "susemanager-4.2.32-150300.3.31.1.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-4.2.32-150300.3.31.1.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64"
},
"product_reference": "susemanager-4.2.32-150300.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-doc-indexes-4.2-150300.12.27.6.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch"
},
"product_reference": "susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-docs_en-4.2-150300.12.27.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch"
},
"product_reference": "susemanager-docs_en-4.2-150300.12.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch"
},
"product_reference": "susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-schema-4.2.22-150300.3.21.6.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch"
},
"product_reference": "susemanager-schema-4.2.22-150300.3.21.6.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-sls-4.2.23-150300.3.25.4.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch"
},
"product_reference": "susemanager-sls-4.2.23-150300.3.25.4.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-sync-data-4.2.12-150300.3.18.3.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch"
},
"product_reference": "susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.ppc64le as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le"
},
"product_reference": "susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.s390x as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x"
},
"product_reference": "susemanager-tools-4.2.32-150300.3.31.1.s390x",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "susemanager-tools-4.2.32-150300.3.31.1.x86_64 as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64"
},
"product_reference": "susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "uyuni-config-modules-4.2.23-150300.3.25.4.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch"
},
"product_reference": "uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "virtual-host-gatherer-1.0.23-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch"
},
"product_reference": "virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch"
},
"product_reference": "virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch"
},
"product_reference": "virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch"
},
"product_reference": "virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch as component of SUSE Manager Server Module 4.2",
"product_id": "SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
},
"product_reference": "virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server Module 4.2"
}
]
},
"vulnerabilities": [
{
"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 Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
},
"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 Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"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 Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-21952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21952"
}
],
"notes": [
{
"category": "general",
"text": "A Missing Authentication for Critical Function vulnerability in spacewalk-java of SUSE Manager Server 4.1, SUSE Manager Server 4.2 allows remote attackers to easily exhaust available disk resources leading to DoS. This issue affects: SUSE Manager Server 4.1 spacewalk-java versions prior to 4.1.46. SUSE Manager Server 4.2 spacewalk-java versions prior to 4.2.37.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21952",
"url": "https://www.suse.com/security/cve/CVE-2022-21952"
},
{
"category": "external",
"summary": "SUSE Bug 1199512 for CVE-2022-21952",
"url": "https://bugzilla.suse.com/1199512"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"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 Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:11:52Z",
"details": "important"
}
],
"title": "CVE-2022-21952"
},
{
"cve": "CVE-2022-31248",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31248"
}
],
"notes": [
{
"category": "general",
"text": "A Observable Response Discrepancy vulnerability in spacewalk-java of SUSE Manager Server 4.1, SUSE Manager Server 4.2 allows remote attackers to discover valid usernames. This issue affects: SUSE Manager Server 4.1 spacewalk-java versions prior to 4.1.46-1. SUSE Manager Server 4.2 spacewalk-java versions prior to 4.2.37-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31248",
"url": "https://www.suse.com/security/cve/CVE-2022-31248"
},
{
"category": "external",
"summary": "SUSE Bug 1199629 for CVE-2022-31248",
"url": "https://bugzilla.suse.com/1199629"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Proxy Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Proxy Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.ppc64le",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.s390x",
"SUSE Manager Server Module 4.2:inter-server-sync-0.2.2-150300.8.17.1.x86_64",
"SUSE Manager Server Module 4.2:prometheus-formula-0.6.2-150300.3.14.1.noarch",
"SUSE Manager Server Module 4.2:python3-spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:salt-netapi-client-0.19.0-150300.3.6.1.noarch",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.ppc64le",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.s390x",
"SUSE Manager Server Module 4.2:smdba-1.7.10-0.150300.3.6.1.x86_64",
"SUSE Manager Server Module 4.2:spacecmd-4.2.17-150300.4.21.4.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.22-150300.4.23.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-certs-tools-4.2.16-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:spacewalk-html-4.2.27-150300.3.21.7.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.38-150300.3.35.1.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.16-150300.3.15.5.noarch",
"SUSE Manager Server Module 4.2:supportutils-plugin-salt-1.2.0-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.27.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.27.1.noarch",
"SUSE Manager Server Module 4.2:susemanager-schema-4.2.22-150300.3.21.6.noarch",
"SUSE Manager Server Module 4.2:susemanager-sls-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:susemanager-sync-data-4.2.12-150300.3.18.3.noarch",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.ppc64le",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.s390x",
"SUSE Manager Server Module 4.2:susemanager-tools-4.2.32-150300.3.31.1.x86_64",
"SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.23-150300.3.25.4.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Kubernetes-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-Nutanix-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-VMware-1.0.23-150300.3.3.1.noarch",
"SUSE Manager Server Module 4.2:virtual-host-gatherer-libcloud-1.0.23-150300.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:11:52Z",
"details": "moderate"
}
],
"title": "CVE-2022-31248"
}
]
}
SUSE-SU-2022:2146-1
Vulnerability from csaf_suse - Published: 2022-06-20 14:15 - Updated: 2022-06-20 14:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.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 release-notes-susemanager, release-notes-susemanager-proxy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for release-notes-susemanager, release-notes-susemanager-proxy fixes the following issues:\n\nRelease notes for SUSE Manager: \n\n- Update to 4.2.7\n * Salt has been upgraded to 3004 version\n * Enabled salt bundle as optional\n * Debian 11 client support has been added\n * Alertmanager has been upgraded to 0.23.0\n * Node exporter has been upgraded 1.3.0\n * CVEs fixed: CVE-2021-44906, CVE-2022-21952, CVE-2022-31248\n * Bugs mentioned: \n bsc#1187333, bsc#1191143, bsc#1192550, bsc#1193707, bsc#1194594\n bsc#1195710, bsc#1196702, bsc#1197400, bsc#1197438, bsc#1197449\n bsc#1197488, bsc#1197591, bsc#1197689, bsc#1198221\n\nRelease notes for SUSE Manager proxy:\n\n- Update to 4.2.7\n * Salt has been upgraded to 3004 version\n * Bugs mentioned: \n bsc#1187333, bsc#1194594, bsc#1195710, bsc#1197689\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2146,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2022-2146,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.2-2022-2146,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2022-2146",
"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_2146-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2146-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222146-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2146-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011320.html"
},
{
"category": "self",
"summary": "SUSE Bug 1187333",
"url": "https://bugzilla.suse.com/1187333"
},
{
"category": "self",
"summary": "SUSE Bug 1191143",
"url": "https://bugzilla.suse.com/1191143"
},
{
"category": "self",
"summary": "SUSE Bug 1192550",
"url": "https://bugzilla.suse.com/1192550"
},
{
"category": "self",
"summary": "SUSE Bug 1193707",
"url": "https://bugzilla.suse.com/1193707"
},
{
"category": "self",
"summary": "SUSE Bug 1194594",
"url": "https://bugzilla.suse.com/1194594"
},
{
"category": "self",
"summary": "SUSE Bug 1195710",
"url": "https://bugzilla.suse.com/1195710"
},
{
"category": "self",
"summary": "SUSE Bug 1196702",
"url": "https://bugzilla.suse.com/1196702"
},
{
"category": "self",
"summary": "SUSE Bug 1197400",
"url": "https://bugzilla.suse.com/1197400"
},
{
"category": "self",
"summary": "SUSE Bug 1197438",
"url": "https://bugzilla.suse.com/1197438"
},
{
"category": "self",
"summary": "SUSE Bug 1197449",
"url": "https://bugzilla.suse.com/1197449"
},
{
"category": "self",
"summary": "SUSE Bug 1197488",
"url": "https://bugzilla.suse.com/1197488"
},
{
"category": "self",
"summary": "SUSE Bug 1197591",
"url": "https://bugzilla.suse.com/1197591"
},
{
"category": "self",
"summary": "SUSE Bug 1197689",
"url": "https://bugzilla.suse.com/1197689"
},
{
"category": "self",
"summary": "SUSE Bug 1198221",
"url": "https://bugzilla.suse.com/1198221"
},
{
"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-2022-21952 page",
"url": "https://www.suse.com/security/cve/CVE-2022-21952/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-31248 page",
"url": "https://www.suse.com/security/cve/CVE-2022-31248/"
}
],
"title": "Security update for release-notes-susemanager, release-notes-susemanager-proxy",
"tracking": {
"current_release_date": "2022-06-20T14:15:02Z",
"generator": {
"date": "2022-06-20T14:15:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2146-1",
"initial_release_date": "2022-06-20T14:15:02Z",
"revision_history": [
{
"date": "2022-06-20T14:15:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.aarch64",
"product": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.aarch64",
"product_id": "release-notes-susemanager-4.2.7-150300.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.aarch64",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.aarch64",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.i586",
"product": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.i586",
"product_id": "release-notes-susemanager-4.2.7-150300.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.i586",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.i586",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"product": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"product_id": "release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.ppc64le",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.ppc64le",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"product": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"product_id": "release-notes-susemanager-4.2.7-150300.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.s390x",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.s390x",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.x86_64",
"product": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.x86_64",
"product_id": "release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.x86_64",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.x86_64",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.33.1.x86_64"
}
},
{
"category": "product_version",
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"product": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"product_id": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.2",
"product": {
"name": "SUSE Manager Retail Branch Server 4.2",
"product_id": "SUSE Manager Retail Branch Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64"
},
"product_reference": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64 as component of SUSE Manager Retail Branch Server 4.2",
"product_id": "SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64"
},
"product_reference": "release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le"
},
"product_reference": "release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x"
},
"product_reference": "release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.2.7-150300.3.44.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
},
"product_reference": "release-notes-susemanager-4.2.7-150300.3.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
}
]
},
"vulnerabilities": [
{
"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 Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.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 Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.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 Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:15:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-21952",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-21952"
}
],
"notes": [
{
"category": "general",
"text": "A Missing Authentication for Critical Function vulnerability in spacewalk-java of SUSE Manager Server 4.1, SUSE Manager Server 4.2 allows remote attackers to easily exhaust available disk resources leading to DoS. This issue affects: SUSE Manager Server 4.1 spacewalk-java versions prior to 4.1.46. SUSE Manager Server 4.2 spacewalk-java versions prior to 4.2.37.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-21952",
"url": "https://www.suse.com/security/cve/CVE-2022-21952"
},
{
"category": "external",
"summary": "SUSE Bug 1199512 for CVE-2022-21952",
"url": "https://bugzilla.suse.com/1199512"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.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 Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:15:02Z",
"details": "important"
}
],
"title": "CVE-2022-21952"
},
{
"cve": "CVE-2022-31248",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-31248"
}
],
"notes": [
{
"category": "general",
"text": "A Observable Response Discrepancy vulnerability in spacewalk-java of SUSE Manager Server 4.1, SUSE Manager Server 4.2 allows remote attackers to discover valid usernames. This issue affects: SUSE Manager Server 4.1 spacewalk-java versions prior to 4.1.46-1. SUSE Manager Server 4.2 spacewalk-java versions prior to 4.2.37-1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-31248",
"url": "https://www.suse.com/security/cve/CVE-2022-31248"
},
{
"category": "external",
"summary": "SUSE Bug 1199629 for CVE-2022-31248",
"url": "https://bugzilla.suse.com/1199629"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Proxy 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Retail Branch Server 4.2:release-notes-susemanager-proxy-4.2.7-150300.3.31.2.x86_64",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.ppc64le",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.s390x",
"SUSE Manager Server 4.2:release-notes-susemanager-4.2.7-150300.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-20T14:15:02Z",
"details": "moderate"
}
],
"title": "CVE-2022-31248"
}
]
}
WID-SEC-W-2022-0417
Vulnerability from csaf_certbund - Published: 2022-05-05 22:00 - Updated: 2026-06-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Sterling Connect:Direct Web Services
IBM / Sterling Connect:Direct
|
cpe:/a:ibm:sterling_connect%3adirect:web_services
|
Web Services | |
|
Splunk Splunk Enterprise <9.2.8
Splunk / Splunk Enterprise
|
<9.2.8 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Red Hat OpenShift Service Mesh <2.1.2.1
Red Hat / OpenShift
|
Service Mesh <2.1.2.1 | ||
|
Red Hat OpenShift Data Foundation <4.19
Red Hat / OpenShift
|
Data Foundation <4.19 | ||
|
Splunk Splunk Enterprise <9.4.4
Splunk / Splunk Enterprise
|
<9.4.4 | ||
|
Splunk Splunk Enterprise <9.3.6
Splunk / Splunk Enterprise
|
<9.3.6 | ||
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Splunk Splunk Enterprise <10.0.1
Splunk / Splunk Enterprise
|
<10.0.1 | ||
|
Red Hat OpenShift Data Foundation <4.18
Red Hat / OpenShift
|
Data Foundation <4.18 | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Service Mesh ausnutzen, um Dateien zu manipulieren, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"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-2022-0417 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0417.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0417 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0417"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:2144-1 vom 2022-06-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011319.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:2146-1 vom 2022-06-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011320.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:2144-1 vom 2022-06-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011321.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:1739 vom 2022-05-05",
"url": "https://access.redhat.com/errata/RHSA-2022:1739"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5392 vom 2022-06-28",
"url": "https://access.redhat.com/errata/RHSA-2022:5392"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5069 vom 2022-08-10",
"url": "https://access.redhat.com/errata/RHSA-2022:5069"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6156 vom 2022-08-24",
"url": "https://access.redhat.com/errata/RHSA-2022:6156"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6813 vom 2022-10-05",
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6835 vom 2022-10-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8652 vom 2022-11-28",
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0612 vom 2023-02-06",
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1043 vom 2023-03-02",
"url": "https://access.redhat.com/errata/RHSA-2023:1043"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1049 vom 2023-03-02",
"url": "https://access.redhat.com/errata/RHSA-2023:1049"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1044 vom 2023-03-02",
"url": "https://access.redhat.com/errata/RHSA-2023:1044"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1047 vom 2023-03-02",
"url": "https://access.redhat.com/errata/RHSA-2023:1047"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1045 vom 2023-03-02",
"url": "https://access.redhat.com/errata/RHSA-2023:1045"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1742 vom 2023-04-12",
"url": "https://access.redhat.com/errata/RHSA-2023:1742"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2025-1007 vom 2025-10-01",
"url": "https://advisory.splunk.com//advisories/SVD-2025-1007"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21368 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21368"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21378 vom 2025-11-13",
"url": "https://access.redhat.com/errata/RHSA-2025:21378"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21704 vom 2025-11-18",
"url": "https://access.redhat.com/errata/RHSA-2025:21704"
},
{
"category": "external",
"summary": "Atlassian Security Bulletin - November 18 2025",
"url": "https://confluence.atlassian.com/security/security-bulletin-november-18-2025-1671463469.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22415 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22415"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22416 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22416"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22418 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22418"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22420 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22420"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7271910 vom 2026-05-06",
"url": "https://www.ibm.com/support/pages/node/7271910"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7274847 vom 2026-06-02",
"url": "https://www.ibm.com/support/pages/node/7274847"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift Service Mesh: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-02T22:00:00.000+00:00",
"generator": {
"date": "2026-06-03T06:12:25.586+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2022-0417",
"initial_release_date": "2022-05-05T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-05-05T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-05-08T22:00:00.000+00:00",
"number": "2",
"summary": "Pr\u00e4zisierung betroffenes Produkt"
},
{
"date": "2022-06-20T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-06-28T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-10T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-24T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-05T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-06T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-06T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-01T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-04-12T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2025-11-13T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-01T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "18"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.2",
"product": {
"name": "Atlassian Bitbucket \u003c10.0.2",
"product_id": "T048675"
}
},
{
"category": "product_version",
"name": "10.0.2",
"product": {
"name": "Atlassian Bitbucket 10.0.2",
"product_id": "T048675-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:10.0.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.19.25 (LTS)",
"product": {
"name": "Atlassian Bitbucket \u003c8.19.25 (LTS)",
"product_id": "T048676"
}
},
{
"category": "product_version",
"name": "8.19.25 (LTS)",
"product": {
"name": "Atlassian Bitbucket 8.19.25 (LTS)",
"product_id": "T048676-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:8.19.25_%28lts%29"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.13 (LTS)",
"product": {
"name": "Atlassian Bitbucket \u003c9.4.13 (LTS)",
"product_id": "T048677"
}
},
{
"category": "product_version",
"name": "9.4.13 (LTS)",
"product": {
"name": "Atlassian Bitbucket 9.4.13 (LTS)",
"product_id": "T048677-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:9.4.13_%28lts%29"
}
}
}
],
"category": "product_name",
"name": "Bitbucket"
}
],
"category": "vendor",
"name": "Atlassian"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T052517",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Web Services",
"product": {
"name": "IBM Sterling Connect:Direct Web Services",
"product_id": "T054967",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:sterling_connect%3adirect:web_services"
}
}
}
],
"category": "product_name",
"name": "Sterling Connect:Direct"
}
],
"category": "vendor",
"name": "IBM"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Service Mesh \u003c2.1.2.1",
"product": {
"name": "Red Hat OpenShift Service Mesh \u003c2.1.2.1",
"product_id": "T023122"
}
},
{
"category": "product_version",
"name": "Service Mesh 2.1.2.1",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.1.2.1",
"product_id": "T023122-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:2.1.2.1::service_mesh"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.19",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.19",
"product_id": "T048596"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.19",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.19",
"product_id": "T048596-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.19"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.18",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.18",
"product_id": "T048598"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.18",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.18",
"product_id": "T048598-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.18"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"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"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.1",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.1",
"product_id": "T047323"
}
},
{
"category": "product_version",
"name": "10.0.1",
"product": {
"name": "Splunk Splunk Enterprise 10.0.1",
"product_id": "T047323-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.4",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.4",
"product_id": "T047324"
}
},
{
"category": "product_version",
"name": "9.4.4",
"product": {
"name": "Splunk Splunk Enterprise 9.4.4",
"product_id": "T047324-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.6",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.6",
"product_id": "T047325"
}
},
{
"category": "product_version",
"name": "9.3.6",
"product": {
"name": "Splunk Splunk Enterprise 9.3.6",
"product_id": "T047325-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.8",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.2.8",
"product_id": "T047326"
}
},
{
"category": "product_version",
"name": "9.2.8",
"product": {
"name": "Splunk Splunk Enterprise 9.2.8",
"product_id": "T047326-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.2.8"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24771",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2022-24771"
},
{
"cve": "CVE-2022-24772",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2022-24772"
},
{
"cve": "CVE-2022-24773",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2022-24773"
},
{
"cve": "CVE-2022-0235",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2022-0235"
},
{
"cve": "CVE-2022-0536",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2022-0536"
},
{
"cve": "CVE-2021-44906",
"product_status": {
"known_affected": [
"67646",
"T054967",
"T047326",
"T002207",
"T052517",
"T023122",
"T048596",
"T047324",
"T047325",
"T048677",
"T048676",
"T047323",
"T048598",
"T048675"
]
},
"release_date": "2022-05-05T22:00:00.000+00:00",
"title": "CVE-2021-44906"
}
]
}
WID-SEC-W-2022-0901
Vulnerability from csaf_certbund - Published: 2022-08-03 22:00 - Updated: 2025-05-04 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform <7.4.6
Red Hat / JBoss Enterprise Application Platform
|
<7.4.6 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
JFrog Artifactory <7.46.3
JFrog / Artifactory
|
<7.46.3 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.12
Red Hat / JBoss Enterprise Application Platform
|
<7.3.12 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.13
Red Hat / JBoss Enterprise Application Platform
|
<7.3.13 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform <7.4.6
Red Hat / JBoss Enterprise Application Platform
|
<7.4.6 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
JFrog Artifactory <7.46.3
JFrog / Artifactory
|
<7.46.3 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.12
Red Hat / JBoss Enterprise Application Platform
|
<7.3.12 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.13
Red Hat / JBoss Enterprise Application Platform
|
<7.3.13 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform <7.4.6
Red Hat / JBoss Enterprise Application Platform
|
<7.4.6 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
JFrog Artifactory <7.46.3
JFrog / Artifactory
|
<7.46.3 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.12
Red Hat / JBoss Enterprise Application Platform
|
<7.3.12 | ||
|
Red Hat JBoss Enterprise Application Platform <7.3.13
Red Hat / JBoss Enterprise Application Platform
|
<7.3.13 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "JBoss Enterprise Application Platform ist eine skalierbare Plattform f\u00fcr Java-Anwendungen, inklusive JBoss Application Server, JBoss Hibernate und Boss Seam.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat JBoss Enterprise Application Platform ausnutzen, um die Vertraulichkeit, die Verf\u00fcgbarkeit und die Integrit\u00e4t zu gef\u00e4hrden, Informationen offenzulegen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"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-2022-0901 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0901.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0901 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0901"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5892 vom 2022-08-03",
"url": "https://access.redhat.com/errata/RHSA-2022:5892"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5893 vom 2022-08-03",
"url": "https://access.redhat.com/errata/RHSA-2022:5893"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5894 vom 2022-08-03",
"url": "https://access.redhat.com/errata/RHSA-2022:5894"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5928 vom 2022-08-09",
"url": "https://access.redhat.com/errata/RHSA-2022:5928"
},
{
"category": "external",
"summary": "JFrog Fixed Security Vulnerabilities",
"url": "https://www.jfrog.com/confluence/display/JFROG/Fixed+Security+Vulnerabilities"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6819 vom 2022-10-05",
"url": "https://access.redhat.com/errata/RHSA-2022:6819"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6916 vom 2022-10-12",
"url": "https://access.redhat.com/errata/RHSA-2022:6916"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8524 vom 2022-11-17",
"url": "https://access.redhat.com/errata/RHSA-2022:8524"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8652 vom 2022-11-28",
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0612 vom 2023-02-06",
"url": "https://access.redhat.com/errata/RHSA-2023:0612"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1747 vom 2025-02-24",
"url": "https://access.redhat.com/errata/RHSA-2025:1747"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4226 vom 2025-04-28",
"url": "https://access.redhat.com/errata/RHSA-2025:4226"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4437 vom 2025-05-05",
"url": "https://access.redhat.com/errata/RHSA-2025:4437"
}
],
"source_lang": "en-US",
"title": "Red Hat JBoss Enterprise Application Platform: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-05-04T22:00:00.000+00:00",
"generator": {
"date": "2025-05-05T08:09:19.940+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2022-0901",
"initial_release_date": "2022-08-03T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-08-03T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-08-08T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-03T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2022-10-05T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-12T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-17T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-02-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-23T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-04T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "11"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.46.3",
"product": {
"name": "JFrog Artifactory \u003c7.46.3",
"product_id": "T024764"
}
},
{
"category": "product_version",
"name": "7.46.3",
"product": {
"name": "JFrog Artifactory 7.46.3",
"product_id": "T024764-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:jfrog:artifactory:7.46.3"
}
}
}
],
"category": "product_name",
"name": "Artifactory"
}
],
"category": "vendor",
"name": "JFrog"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.4.6",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform \u003c7.4.6",
"product_id": "130262"
}
},
{
"category": "product_version",
"name": "7.4.6",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform 7.4.6",
"product_id": "130262-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:4.2.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.3.12",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform \u003c7.3.12",
"product_id": "T041369"
}
},
{
"category": "product_version",
"name": "7.3.12",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform 7.3.12",
"product_id": "T041369-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.3.12"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.3.13",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform \u003c7.3.13",
"product_id": "T043288"
}
},
{
"category": "product_version",
"name": "7.3.13",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform 7.3.13",
"product_id": "T043288-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:7.3.13"
}
}
}
],
"category": "product_name",
"name": "JBoss Enterprise Application Platform"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-44906",
"product_status": {
"known_affected": [
"130262",
"67646",
"T024764",
"T041369",
"T043288"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-25647",
"product_status": {
"known_affected": [
"130262",
"67646",
"T024764",
"T041369",
"T043288"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-24823",
"product_status": {
"known_affected": [
"130262",
"67646",
"T024764",
"T041369",
"T043288"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-24823"
}
]
}
WID-SEC-W-2022-0909
Vulnerability from csaf_certbund - Published: 2022-08-03 22:00 - Updated: 2025-03-30 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DB2 <v11.5.7.0-cn6
IBM / DB2
|
<v11.5.7.0-cn6 | ||
|
IBM DB2 <Cloud Pak for Data v4.5 Refresh 1
IBM / DB2
|
<Cloud Pak for Data v4.5 Refresh 1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM DB2 on Cloud Pak for Data
IBM / DB2
|
cpe:/a:ibm:db2:on_cloud_pak_for_data
|
on Cloud Pak for Data |
{
"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 DB2 ist ein relationales Datenbanksystem (RDBS) von IBM.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM DB2 ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren oder Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\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-0909 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0909.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0909 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0909"
},
{
"category": "external",
"summary": "IBM Security Bulletin: 6610082 vom 2022-08-03",
"url": "https://www.ibm.com/support/pages/node/6610082"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6389 vom 2022-09-08",
"url": "https://access.redhat.com/errata/RHSA-2022:6389"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7229443 vom 2025-03-28",
"url": "https://www.ibm.com/support/pages/node/7229443"
}
],
"source_lang": "en-US",
"title": "IBM DB2: Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung",
"tracking": {
"current_release_date": "2025-03-30T22:00:00.000+00:00",
"generator": {
"date": "2025-03-31T08:36:01.541+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2022-0909",
"initial_release_date": "2022-08-03T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-08-03T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-09-08T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cv11.5.7.0-cn6",
"product": {
"name": "IBM DB2 \u003cv11.5.7.0-cn6",
"product_id": "T024171"
}
},
{
"category": "product_version",
"name": "v11.5.7.0-cn6",
"product": {
"name": "IBM DB2 v11.5.7.0-cn6",
"product_id": "T024171-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:v11.5.7.0-cn6"
}
}
},
{
"category": "product_version_range",
"name": "\u003cCloud Pak for Data v4.5 Refresh 1",
"product": {
"name": "IBM DB2 \u003cCloud Pak for Data v4.5 Refresh 1",
"product_id": "T024172"
}
},
{
"category": "product_version",
"name": "Cloud Pak for Data v4.5 Refresh 1",
"product": {
"name": "IBM DB2 Cloud Pak for Data v4.5 Refresh 1",
"product_id": "T024172-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:cloud_pak_for_data_v4.5_refresh_1"
}
}
},
{
"category": "product_version",
"name": "on Cloud Pak for Data",
"product": {
"name": "IBM DB2 on Cloud Pak for Data",
"product_id": "T042208",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:db2:on_cloud_pak_for_data"
}
}
}
],
"category": "product_name",
"name": "DB2"
}
],
"category": "vendor",
"name": "IBM"
},
{
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-7774",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2020-7774"
},
{
"cve": "CVE-2021-43138",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2021-43138"
},
{
"cve": "CVE-2021-44906",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-0536",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-0536"
},
{
"cve": "CVE-2022-25647",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-28948",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-28948"
},
{
"cve": "CVE-2022-29078",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-29078"
},
{
"cve": "CVE-2022-33987",
"product_status": {
"known_affected": [
"T024171",
"T024172",
"67646",
"T042208"
]
},
"release_date": "2022-08-03T22:00:00.000+00:00",
"title": "CVE-2022-33987"
}
]
}
WID-SEC-W-2022-2133
Vulnerability from csaf_certbund - Published: 2022-11-20 23:00 - Updated: 2022-12-19 23:00JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"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": "JFrog Artifactory ist eine universelle DevOps-L\u00f6sung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- 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-2022-2133 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2133.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2133 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2133"
},
{
"category": "external",
"summary": "HCL Article KB0102172 vom 2022-12-19",
"url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0102172"
},
{
"category": "external",
"summary": "JFrog Fixed Security Vulnerabilities - \u00c4nderungen vom 2022-11-24",
"url": "https://www.jfrog.com/confluence/pages/diffpagesbyversion.action?pageId=102634317\u0026selectedPageVersions=159\u0026selectedPageVersions=156"
},
{
"category": "external",
"summary": "JFrog Fixed Security Vulnerabilities vom 2022-11-20",
"url": "https://www.jfrog.com/confluence/display/JFROG/Fixed+Security+Vulnerabilities"
}
],
"source_lang": "en-US",
"title": "JFrog Artifactory: Mehrere Schwachstellen in Drittanbieter-Komponenten",
"tracking": {
"current_release_date": "2022-12-19T23:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:38:41.580+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-2133",
"initial_release_date": "2022-11-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-30T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Informationen von JFrog aufgenommen"
},
{
"date": "2022-12-19T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von HCL aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "HCL Domino",
"product": {
"name": "HCL Domino",
"product_id": "777623",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:domino:-"
}
}
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"category": "product_name",
"name": "JFrog Artifactory \u003c 7.47.7",
"product": {
"name": "JFrog Artifactory \u003c 7.47.7",
"product_id": "T025370",
"product_identification_helper": {
"cpe": "cpe:/a:jfrog:artifactory:7.47.7"
}
}
}
],
"category": "vendor",
"name": "JFrog"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16869",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-16869"
},
{
"cve": "CVE-2019-20444",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-20444"
},
{
"cve": "CVE-2019-20445",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-20445"
},
{
"cve": "CVE-2020-7608",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2020-7608"
},
{
"cve": "CVE-2020-7789",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2020-7789"
},
{
"cve": "CVE-2021-26291",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-26291"
},
{
"cve": "CVE-2021-3807",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-44906",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-0235",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-0235"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-24823",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-25857",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-25857"
},
{
"cve": "CVE-2022-25878",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-25878"
},
{
"cve": "CVE-2022-27191",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30187",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30187"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar."
}
],
"product_status": {
"known_affected": [
"777623"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30635"
}
]
}
WID-SEC-W-2022-2366
Vulnerability from csaf_certbund - Published: 2022-04-24 22:00 - Updated: 2022-12-19 23:00Es existiert eine Schwachstelle in HCL BigFix. "NUMBER"-Cookies werden ohne "Secure"- oder "HTTPOnly"-Flag gesetzt. Ein Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzulegen
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
Es existiert eine Schwachstelle in HCL BigFix. Diese besteht aufgrund einer möglichen Prototype Pollution über die Funktion "setKey()" in "index.js". Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Code auszuführen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
Es existiert eine Schwachstelle in HCL BigFix. Ein Problem in "Forge" ermöglicht eine URL Redirection zu nicht vertrauenswürdigen Sites.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
Es existiert eine Schwachstelle in HCL BigFix. Die Ursache ist ein Problem mit "follow-redirects". Ein Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzuelgen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
Es existiert eine Schwachstelle in HCL BigFix. Ein Angreifer kann dieses Problem in "node-fetch" ausnutzen, um Informationen offenzulegen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
Es existiert eine Schwachstelle in HCL BigFix. Ein Angreifer kann dieses Problem in "simple-get" ausnutzen, um Informationen offenzuelgen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
HCL BigFix
HCL
|
cpe:/a:hcltech:bigfix:-
|
— |
{
"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": "BigFix ist eine L\u00f6sung zum Erkennen und Verwalten von physischen und virtuellen Endpunkten.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in HCL BigFix ausnutzen, um Informationen offenzulegen eine URL Redirection durchzuf\u00fchren oder Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- Linux\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-2366 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2366.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2366 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2366"
},
{
"category": "external",
"summary": "HCL Article KB0102172 vom 2022-12-19",
"url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0102172"
},
{
"category": "external",
"summary": "HCL Security Bulletin vom 2022-04-24",
"url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0097778"
}
],
"source_lang": "en-US",
"title": "HCL BigFix: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2022-12-19T23:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:40:11.795+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-2366",
"initial_release_date": "2022-04-24T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-04-24T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-12-19T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von HCL aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "HCL BigFix",
"product": {
"name": "HCL BigFix",
"product_id": "T017494",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:bigfix:-"
}
}
},
{
"category": "product_name",
"name": "HCL Domino",
"product": {
"name": "HCL Domino",
"product_id": "777623",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:domino:-"
}
}
}
],
"category": "vendor",
"name": "HCL"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-27764",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. \"NUMBER\"-Cookies werden ohne \"Secure\"- oder \"HTTPOnly\"-Flag gesetzt. Ein Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzulegen"
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2021-27764"
},
{
"cve": "CVE-2021-44906",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. Diese besteht aufgrund einer m\u00f6glichen Prototype Pollution \u00fcber die Funktion \"setKey()\" in \"index.js\". Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Code auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-0122",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. Ein Problem in \"Forge\" erm\u00f6glicht eine URL Redirection zu nicht vertrauensw\u00fcrdigen Sites."
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2022-0122"
},
{
"cve": "CVE-2022-0155",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. Die Ursache ist ein Problem mit \"follow-redirects\". Ein Angreifer kann diese Schwachstelle ausnutzen, um Informationen offenzuelgen."
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2022-0155"
},
{
"cve": "CVE-2022-0235",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. Ein Angreifer kann dieses Problem in \"node-fetch\" ausnutzen, um Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2022-0235"
},
{
"cve": "CVE-2022-0355",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in HCL BigFix. Ein Angreifer kann dieses Problem in \"simple-get\" ausnutzen, um Informationen offenzuelgen."
}
],
"product_status": {
"known_affected": [
"777623",
"T017494"
]
},
"release_date": "2022-04-24T22:00:00.000+00:00",
"title": "CVE-2022-0355"
}
]
}
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.